mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
Add JavaScript GIF response. Change cooldown.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user