🩹 comment devMode due breaking commands
This commit is contained in:
parent
aa7f4edae2
commit
3d8d9c43bd
1 changed files with 5 additions and 5 deletions
|
@ -7,9 +7,9 @@ import logger from "@logger";
|
|||
import { devMode, guildId } from "@config/other";
|
||||
|
||||
export default async (client: Client) => {
|
||||
if (!devMode) {
|
||||
client?.application?.commands?.set([], guildId).then(async () => {
|
||||
logger.verbose(`Removed all guild based commands from ${guildId}`);
|
||||
});
|
||||
}
|
||||
// if (!devMode) {
|
||||
// client?.application?.commands?.set([], guildId).then(async () => {
|
||||
// logger.verbose(`Removed all guild based commands from ${guildId}`);
|
||||
// });
|
||||
// }
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue