self.bot.me -> self.bot.user
This commit is contained in:
parent
b716f3660b
commit
c0c78d8693
@ -28,7 +28,7 @@ class Stop(commands.Cog):
|
||||
embed = create_embed(
|
||||
title="Queue Cleared and Music Stopped",
|
||||
description=(
|
||||
f"Thank you for using {self.bot.me.mention}\n\n"
|
||||
f"Thank you for using {self.bot.user.mention}\n\n"
|
||||
f"Issued by: {interaction.user.mention}"
|
||||
),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user