Make info return links to servers
This commit is contained in:
parent
331d92836c
commit
f16262608f
@ -699,7 +699,7 @@ async def info(ctx):
|
|||||||
)
|
)
|
||||||
embed.add_field(
|
embed.add_field(
|
||||||
name="Servers using %s" % bot.user.name,
|
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)
|
embed.set_thumbnail(url=server.icon)
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ image:
|
|||||||
repository: ldooks/dragon-bot
|
repository: ldooks/dragon-bot
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "156"
|
tag: "157"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user