diff options
| author | 2021-07-09 14:31:08 -0400 | |
|---|---|---|
| committer | 2021-07-09 14:31:08 -0400 | |
| commit | e258596a35c8ec747dc4785fadff622351bfd67e (patch) | |
| tree | 0b8482314904a8313535739019e061054329d523 /bot | |
| parent | Improve the look of labels (diff) | |
Add tip to help embed
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/exts/evergreen/duck_game.py | 3 | 
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 | 
