From 765b8a3c2b1178fa5b2de8bd8a9c6415b76b73d3 Mon Sep 17 00:00:00 2001 From: Conatum Date: Wed, 15 Sep 2021 20:03:54 +0300 Subject: [PATCH] (Shop): Fix typo. --- bot/modules/economy/shop_core/ColourRole.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/economy/shop_core/ColourRole.py b/bot/modules/economy/shop_core/ColourRole.py index c3c72c24..7970755b 100644 --- a/bot/modules/economy/shop_core/ColourRole.py +++ b/bot/modules/economy/shop_core/ColourRole.py @@ -260,7 +260,7 @@ class ColourRole(ShopItem): embeds = cls.cat_shop_embeds( ctx.guild.id, itemids, - hint=("Please select colour(s) ids to remove, or `c` to cancel.\n" + hint=("Please select colour(s) to remove, or `c` to cancel.\n" "(Respond with e.g. `1, 2, 3` or `1-3`.)") ) out_msg = await ctx.pager(embeds)