aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Cam Caswell <[email protected]>2021-07-09 14:31:08 -0400
committerGravatar Cam Caswell <[email protected]>2021-07-09 14:31:08 -0400
commite258596a35c8ec747dc4785fadff622351bfd67e (patch)
tree0b8482314904a8313535739019e061054329d523
parentImprove the look of labels (diff)
Add tip to help embed
-rw-r--r--bot/exts/evergreen/duck_game.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/exts/evergreen/duck_game.py b/bot/exts/evergreen/duck_game.py
index 7fb23ff6..1286995f 100644
--- a/bot/exts/evergreen/duck_game.py
+++ b/bot/exts/evergreen/duck_game.py
@@ -311,6 +311,9 @@ class DuckGamesDirector(commands.Cog):
'**2** for a correct "GOOSE" call\n'
"**-1** for any wrong answer"
)
+ embed.set_footer(
+ text="Tip: using Discord's compact message display mode can help keep the board on the screen"
+ )
await ctx.send(embed=embed)
@staticmethod