#bot works only with slash commands and not prefix, why
1 messages · Page 1 of 1 (latest)
all of it?
?
just the bot definition
ok
do you have an on_message listener?
use bot.listen() instead of bot.event
yup
problem being that bot.event overwrites the builtin message event handler
which is what handles your commands
is this right?
ok
is it now ok?