bump pycord version
This commit is contained in:
parent
3f900f1063
commit
7d9ca51b4f
2 changed files with 1 additions and 2 deletions
1
bot.py
1
bot.py
|
@ -28,7 +28,6 @@ intents = discord.Intents(
|
||||||
token = os.environ['TOKEN']
|
token = os.environ['TOKEN']
|
||||||
prefix = os.environ['PREFIX']
|
prefix = os.environ['PREFIX']
|
||||||
bot = commands.Bot(intents=intents, command_prefix=prefix)
|
bot = commands.Bot(intents=intents, command_prefix=prefix)
|
||||||
client = discord.Client()
|
|
||||||
|
|
||||||
admin_role=261603488331595776
|
admin_role=261603488331595776
|
||||||
member_role=261603747711418371
|
member_role=261603747711418371
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
py-cord==2.0.0b4
|
py-cord==2.0.0b5
|
Loading…
Reference in a new issue