mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -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;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        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