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 b1ffa83 commit 9854032Copy full SHA for 9854032
main.py
@@ -248,9 +248,9 @@ async def serverstats(ctx):
248
@commands.has_permissions(administrator = True)
249
async def setchannel(ctx):
250
try:
251
- countchannel[str(ctx.guild.id)] = ctx.channel.id
252
- savedata()
253
- await ctx.send(f':white_check_mark: <#{channel_to_set}> set as counting channel.')
+ countchannel[str(ctx.guild.id)] = ctx.channel.id
+ savedata()
+ await ctx.send(f':white_check_mark: <#{channel_to_set}> set as counting channel.')
254
except: await ctx.send(':x: Unable to set count channel. Try again later.')
255
256
@client.command()
0 commit comments