mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-11-03 08:14:28 -05: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;
|
return msg.Id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
// if sending fails, return null as message id
|
// if sending fails, return null as message id
|
||||||
|
Log.Warning(ex, "Sending plant message failed: {Message}", ex.Message);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user