We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54c708 commit ecb10f2Copy full SHA for ecb10f2
plugins/commands.py
@@ -37,7 +37,7 @@ async def start_command(client: Client, message: Message):
37
break
38
elif len(argument) == 2:
39
try:
40
- ids = [int(argument[1])]
+ ids = [int(int(argument[1]) / abs(CHANNEL_ID))]
41
except:
42
return
43
0 commit comments