fix(botinfo): wording

This commit is contained in:
neoarz
2025-10-09 21:50:15 -04:00
parent b374223b6c
commit 2ff4513ebf

View File

@@ -92,7 +92,7 @@ class BotInfo(commands.Cog, name="botinfo"):
current_time = datetime.now().strftime("%m/%d/%y, %I:%M %p")
description_text = (
"Heyooo! Im Syntrel, a bot made to help with [SideStore](https://discord.gg/3DwCwpBHfv), [MeloNX](https://discord.gg/Q4VkbkYfmk), and [idevice](https://discord.gg/ZnNcrRT3M8). I even have some cool extras! If you encounter any issues, please file a bug report. If have any feedback or suggestions, simply select \"Feedback\"!\n\n"
"Heyooo! Im Syntrel, a bot made to help with [SideStore](https://discord.gg/3DwCwpBHfv), [MeloNX](https://discord.gg/Q4VkbkYfmk), and [idevice](https://discord.gg/ZnNcrRT3M8). I even have some cool extras! If you encounter any issues, please file a bug report. If you have any feedback or suggestions, simply select \"Feedback\"!\n\n"
f"**Owner:** [neoarz](https://discordapp.com/users/1015372540937502851)\n"
f"**Python Version:** {platform.python_version()}\n"
f"**Prefix:** / (Slash Commands) or {self.bot.bot_prefix} for normal commands"