clean code
This commit is contained in:
2 files changed
+2
-2
No files matched your search
@@ -151,7 +151,7 @@ class QuarksBot extends Client {
|
||||
// Calls register for guild and global commands
|
||||
RegisterSlashCommands() {
|
||||
RegisterGlobalCommands(this);
|
||||
this.guilds.cache.forEach((guild) => {RegisterGuildCommands(this, guild.id)});
|
||||
this.guilds.cache.forEach((guild) => RegisterGuildCommands(this, guild.id));
|
||||
}
|
||||
|
||||
async GetGuild(GuildId) {
|
||||
|
||||
Reference in new issue
Block a user