For the interface, we're wanting the slash commands to be available in separate files for optimal organisation, the best way to do this would be to switch from the discord.Client to commands.Bot. commands.Bot gives us access to cogs and a range of other organisation commands that allow us to have our slash commands in an external file and import them into the bot upon launch.
For the interface, we're wanting the slash commands to be available in separate files for optimal organisation, the best way to do this would be to switch from the discord.Client to commands.Bot. commands.Bot gives us access to cogs and a range of other organisation commands that allow us to have our slash commands in an external file and import them into the bot upon launch.