Cog-Creators / Red-DiscordBot

A multi-function Discord bot
https://docs.discord.red
GNU General Public License v3.0
4.72k stars 2.3k forks source link

Ask for confirmation before setting prefix on first-time setup #6287

Closed Jackenmen closed 6 months ago

Jackenmen commented 7 months ago

Description of the changes

A simple change asking the user to confirm their choice with an example of how the bot would be used with the selected prefix. This might help avoid issues where the user sets their prefix to something such as "!help" since the example usage will then be "!helphelp". I was also considering doing .endswith("help") with "Are you sure that's correct?" like we have for long prefixes but I figured this more generic solution should work just as well and doesn't require special casing.

Have the changes in this PR been tested?

No