use the client's name in the info blob
This commit is contained in:
parent
c91736f75d
commit
37f532d70f
@ -694,7 +694,8 @@ async def info(ctx):
|
|||||||
inline=False,
|
inline=False,
|
||||||
)
|
)
|
||||||
embed.add_field(
|
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)
|
embed.set_thumbnail(url=server.icon_url)
|
||||||
|
|
||||||
|
@ -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: "149"
|
tag: "150"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user