diff --git a/bot.py b/bot.py index a35cbc2..7e6437e 100644 --- a/bot.py +++ b/bot.py @@ -28,7 +28,6 @@ intents = discord.Intents( token = os.environ['TOKEN'] prefix = os.environ['PREFIX'] bot = commands.Bot(intents=intents, command_prefix=prefix) -client = discord.Client() admin_role=261603488331595776 member_role=261603747711418371 diff --git a/requirements.txt b/requirements.txt index ddb5d19..981d2f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -py-cord==2.0.0b4 \ No newline at end of file +py-cord==2.0.0b5 \ No newline at end of file