Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -59,6 +59,7 @@ def calculate_xp(level):
|
|
59 |
@bot.command(name='add_exp_hub')
|
60 |
async def add_exp_hub(ctx):
|
61 |
try:
|
|
|
62 |
role = discord.utils.get(guild.roles, id=900063512829755413)
|
63 |
if role:
|
64 |
# Get members with the specified role
|
|
|
59 |
@bot.command(name='add_exp_hub')
|
60 |
async def add_exp_hub(ctx):
|
61 |
try:
|
62 |
+
guild = bot.get_guild(879548962464493619)
|
63 |
role = discord.utils.get(guild.roles, id=900063512829755413)
|
64 |
if role:
|
65 |
# Get members with the specified role
|