Турнирная встройка теперь работает через webhook

This commit is contained in:
2025-08-02 00:03:00 +03:00
parent c78fb9925d
commit dc8f0b7d4e
2 changed files with 4 additions and 113 deletions

View File

@@ -420,7 +420,7 @@ class MainEconomyModule(commands.Cog):
return
if comment != "Перевод":
comment = "Перевод | " + comment
if (commission == None) or (not self.me in ctx.author.roles):
if (commission == None) or (not self.me in ctx.author.roles) or (ctx.author.id == 515542927158804480):
commission = constants['givecrumbscommission']
if count <= 0:
await error_helper.out(d="Количество крошек должно быть больше 0")