Add JavaScript GIF response. Change cooldown.

This commit is contained in:
West14
2022-01-03 20:58:26 +02:00
parent 6320b803df
commit 9f108d5021
3 changed files with 38 additions and 12 deletions
@@ -18,9 +18,6 @@ namespace West.Entertainment.Handler.Fun
protected override string GetAnimationName()
=> "python";
protected override bool CanHandle()
=> !Message!.Text!.Contains("/setpython");
[Command(InChat.Public, "setpython", CommandParseMode.Both)]
public async Task HandleSetPython()
=> await HandleSetAnimation();