Skip to content

Commit 8ea62a6

Browse files
author
Krypton
authored
Removed testing guild ID
1 parent 5be41d3 commit 8ea62a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cogs/slash/moderation-slash.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,7 @@ async def purge(self, interaction: ApplicationCommandInteraction, amount: int) -
289289
type=OptionType.string,
290290
required=False
291291
)
292-
],
293-
guild_ids=[911613911315382332]
292+
]
294293
)
295294
@commands.has_permissions(ban_members=True)
296295
@checks.not_blacklisted()

0 commit comments

Comments
 (0)