i forgot an f ops
This commit is contained in:
parent
e9c6e57c98
commit
7f0d31f4a5
@ -98,7 +98,7 @@ class BotManager:
|
|||||||
usr = ctx.author
|
usr = ctx.author
|
||||||
bots = await self.bot.db_con.fetch('select * from bots where owner = $1', usr.id)
|
bots = await self.bot.db_con.fetch('select * from bots where owner = $1', usr.id)
|
||||||
if bots:
|
if bots:
|
||||||
em = discord.Embed(title='{usr.display_name} has claimed the following bots:',
|
em = discord.Embed(title=f'{usr.display_name} has claimed the following bots:',
|
||||||
colour=self.bot.embed_color)
|
colour=self.bot.embed_color)
|
||||||
for bot in bots:
|
for bot in bots:
|
||||||
member = ctx.guild.get_member(int(bot['id']))
|
member = ctx.guild.get_member(int(bot['id']))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user