mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Show if there's a problem planting an image
This commit is contained in:
@@ -319,9 +319,10 @@ public class PlantPickService : INService, IExecNoCommand
|
||||
return msg.Id;
|
||||
}
|
||||
}
|
||||
catch
|
||||
catch (Exception ex)
|
||||
{
|
||||
// if sending fails, return null as message id
|
||||
Log.Warning(ex, "Sending plant message failed: {Message}", ex.Message);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user