Skip to content

Commit

Permalink
Restyled by reorder-python-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Nov 11, 2022
1 parent 7ea8991 commit 3b1cc9e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,21 @@
from time import time

import discord
from discord import Embed, guild_only
from discord import Embed
from discord import guild_only
from discord.commands import option
from discord.ext import commands
from discord.ext.commands.core import command
from quickchart import QuickChart

from get_enviroment import (ANNOUNCEMENTS_CHANNEL, COMMAND_PREFIX,
DEV_SUGGESTIONS_CHANNEL, OWNER, SECURITY_CHANNEL,
SECURITY_GUILD, SWEAR_WORDS_LIST, TOKEN)
from get_enviroment import ANNOUNCEMENTS_CHANNEL
from get_enviroment import COMMAND_PREFIX
from get_enviroment import DEV_SUGGESTIONS_CHANNEL
from get_enviroment import OWNER
from get_enviroment import SECURITY_CHANNEL
from get_enviroment import SECURITY_GUILD
from get_enviroment import SWEAR_WORDS_LIST
from get_enviroment import TOKEN

# database import & connection

Expand Down

0 comments on commit 3b1cc9e

Please sign in to comment.