Bot can't trigger currency generation anymore
This commit is contained in:
		| @@ -60,7 +60,7 @@ namespace NadekoBot.Modules.Games | ||||
|             private Task PotentialFlowerGeneration(IMessage imsg) | ||||
|             { | ||||
|                 var msg = imsg as IUserMessage; | ||||
|                 if (msg == null) | ||||
|                 if (msg == null || msg.IsAuthor()) | ||||
|                     return Task.CompletedTask; | ||||
|  | ||||
|                 var channel = imsg.Channel as ITextChannel; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user