From e08a37615415efb8e1bf503bbb7cd741d837b05c Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Thu, 17 Nov 2022 15:56:00 -0800 Subject: [PATCH] update wording on info command for other swervers using dalebot --- app/cogs/server_utils.py | 2 +- app/help_methods.py | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/app/cogs/server_utils.py b/app/cogs/server_utils.py index 2386a13b..690ab066 100644 --- a/app/cogs/server_utils.py +++ b/app/cogs/server_utils.py @@ -156,7 +156,7 @@ class ServerUtils(commands.Cog): inline=False, ) 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), ) embed.set_thumbnail(url=server.icon) diff --git a/app/help_methods.py b/app/help_methods.py index 8249acbb..c8d6416c 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -134,10 +134,6 @@ def get_help_message(method): "a search term as well. Supports multiple search terms as well", "\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": [ "Generates a meme on the fly!", "\nExamples of all templates can be seen here https://memegen.link/examples"