diff --git a/bot.py b/bot.py index 1213451..8433195 100644 --- a/bot.py +++ b/bot.py @@ -285,7 +285,7 @@ async def config_prefix_command(ctx: commands.Context, cmd: str = '', key: str = # ------------------- The slashy way of life ------------------- # -slash_guild_ids = [ 785415257308004422 ] +slash_guild_ids = None config_choices = [create_choice(name=entry[1][1], value=entry[0]) for entry in config_meta.items() if entry[1][0]] config_option = create_option("config_key", "A key identifying the config entry to target", str, True, config_choices)