self.bot.me -> self.bot.user

This commit is contained in:
Parker M. 2024-11-30 00:18:03 -06:00
parent b716f3660b
commit c0c78d8693
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E

View File

@ -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}"
),
)