use the client's name in the info blob
This commit is contained in:
parent
b4917801d6
commit
ecbd0d60af
@ -694,7 +694,8 @@ async def info(ctx):
|
||||
inline=False,
|
||||
)
|
||||
embed.add_field(
|
||||
name="Servers using Dragon bot", value="\n".join(x.name for x in bot.guilds)
|
||||
name="Servers using %s" % bot.user.name,
|
||||
value="\n".join(x.name for x in bot.guilds),
|
||||
)
|
||||
embed.set_thumbnail(url=server.icon_url)
|
||||
|
||||
|
@ -8,7 +8,7 @@ image:
|
||||
repository: ldooks/dragon-bot
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "149"
|
||||
tag: "150"
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user