update wording on info command for other swervers using dalebot

This commit is contained in:
Luke Robles 2022-11-17 15:56:00 -08:00
parent c14bec7b1f
commit e08a376154
2 changed files with 1 additions and 5 deletions

View File

@ -156,7 +156,7 @@ class ServerUtils(commands.Cog):
inline=False, inline=False,
) )
embed.add_field( embed.add_field(
name="Servers using %s" % self.bot.user.name, name="Other servers using %s" % self.bot.user.name,
value="\n".join("[%s](%s)" % (x.name, x.jump_url) for x in self.bot.guilds), value="\n".join("[%s](%s)" % (x.name, x.jump_url) for x in self.bot.guilds),
) )
embed.set_thumbnail(url=server.icon) embed.set_thumbnail(url=server.icon)

View File

@ -134,10 +134,6 @@ def get_help_message(method):
"a search term as well. Supports multiple search terms as well", "a search term as well. Supports multiple search terms as well",
"\nUsage: !wallpaper flowers or !wallpaper mountain flowers sky ", "\nUsage: !wallpaper flowers or !wallpaper mountain flowers sky ",
], ],
"message": [
"You can ask me a question directly and I will do my best to answer it.",
"\nUsage: @dale-bot what is the capital of France?",
],
"meme": [ "meme": [
"Generates a meme on the fly!", "Generates a meme on the fly!",
"\nExamples of all templates can be seen here https://memegen.link/examples" "\nExamples of all templates can be seen here https://memegen.link/examples"