discordjs / Commando

Official command framework for discord.js
Apache License 2.0
496 stars 242 forks source link

Bot says enabled group is disabled #269

Closed DasDunkel closed 5 years ago

DasDunkel commented 5 years ago

Hi, I've been noticing a few bugs recently but this one really caught my eye. While enabling a command in a guild (whether it was already enabled or not) will state that the commands group is currently disabled even though it is clearly enabled image image it also states that the command you are trying to enable cannot be used, however it can. image

meplayrtj commented 5 years ago

ف

DasDunkel commented 5 years ago

I'd just like to add that I fixed this issue (for now) by disabling the built in enable command before loading custom commands and copied the repo command to a new file and changed the area where it checks if the group is enabled to use msg.guild.id rather than msg.guild image image