Update bot_management.py
This commit is contained in:
parent
aef00702a7
commit
86521e8e50
@ -7,7 +7,7 @@ class BotManager:
|
||||
self.bot = bot
|
||||
|
||||
@commands.command()
|
||||
async def invite(self, bot_id :discord.Member = None, prefix = None):
|
||||
async def invite(self, ctx, bot_id :discord.Member = None, prefix = None):
|
||||
if not bot_id:
|
||||
raise Warning('You must include the id of the bot you are trying to invite... Be exact.')
|
||||
if not bot_id.bot:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user