Make info return links to servers

This commit is contained in:
Luke Robles 2022-04-28 20:50:19 -07:00
parent 331d92836c
commit f16262608f
2 changed files with 2 additions and 2 deletions

View File

@ -699,7 +699,7 @@ async def info(ctx):
)
embed.add_field(
name="Servers using %s" % bot.user.name,
value="\n".join(x.name for x in bot.guilds),
value="\n".join("[%s](%s)" % (x.name, x.jump_url) for x in bot.guilds),
)
embed.set_thumbnail(url=server.icon)

View File

@ -8,7 +8,7 @@ image:
repository: ldooks/dragon-bot
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "156"
tag: "157"
imagePullSecrets: []
nameOverride: ""