Skip to content

Commit 9854032

Browse files
committed
Add missing indent blocks
1 parent b1ffa83 commit 9854032

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,9 @@ async def serverstats(ctx):
248248
@commands.has_permissions(administrator = True)
249249
async def setchannel(ctx):
250250
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.')
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.')
254254
except: await ctx.send(':x: Unable to set count channel. Try again later.')
255255

256256
@client.command()

0 commit comments

Comments
 (0)