(Shop): Fix typo.

This commit is contained in:
2021-09-15 20:03:54 +03:00
parent 2acef999c5
commit 765b8a3c2b

View File

@@ -260,7 +260,7 @@ class ColourRole(ShopItem):
embeds = cls.cat_shop_embeds( embeds = cls.cat_shop_embeds(
ctx.guild.id, ctx.guild.id,
itemids, 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`.)") "(Respond with e.g. `1, 2, 3` or `1-3`.)")
) )
out_msg = await ctx.pager(embeds) out_msg = await ctx.pager(embeds)