commands.Bot() currently requires a command prefix but with discord's new slash commands that is not necessary. Is there a way to get around the required command prefix?
I am currently using discord.Client so this isn't an issue. However, after some research it seems like commands.Bot() is the better option since it is an extension of discord.Client.