Skip to content

Commit

Permalink
run isort and black
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmoo committed Dec 23, 2023
1 parent 1c5692c commit 3b45b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/cogs/booster.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from discord.ext import commands, tasks

from bot.bot import WarnetBot
from bot.config import BOOSTER_ROLE_ID, GUILD_ID, ADMIN_CHANNEL_ID
from bot.config import ADMIN_CHANNEL_ID, BOOSTER_ROLE_ID, GUILD_ID


class Booster(commands.Cog):
Expand Down

0 comments on commit 3b45b81

Please sign in to comment.