update wording on info command for other swervers using dalebot
This commit is contained in:
parent
c14bec7b1f
commit
e08a376154
@ -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)
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user