Currently I'm trying to fetch the custom set permissions a user may have defined so that I can check them when a user doesn't use a Slash Command, but uses a typed "!command args" in via a message instead.
How would I do this?
I have tried
await guild.commands.fetch()
await guild.commands.fetch()
but this gives me an empty list. Currently I'm trying the following...