Fix syntax error in embed field for version information

This commit is contained in:
pancakes-proxy 2025-05-08 03:37:25 +09:00
parent d65ba20b09
commit e92b652036

View File

@ -99,7 +99,7 @@ class Core(commands.Cog):
embed.add_field(name="Website", value="https://discordbot.learnhelp.cc", inline=False)
embed.add_field(name="Discord Server", value="https://discord.gg/9CFwFRPNH4", inline=False)
embed.add_field(name="GitHub", value="https://github.com/pancakes-proxy/wdiscordbot", inline=False)
embed.add_field(name"Version", value="Offical Server Bot Version")
embed.add_field(name="Version", value="Offical Server Bot Version")
embed.set_footer(text="Thank you for using the bot!")
await interaction.response.send_message(embed=embed)