prevent usage in support server
This commit is contained in:
2 files changed
+2
-1
No files matched your search
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
module.exports = async (client, message) => {
|
||||
if (message.guild.id === client.config.serverID) return;
|
||||
if (message.author.bot || message.channel.type === "dm") return;
|
||||
|
||||
let GuildDB = await client.GetGuild(message.guild.id);
|
||||
|
||||
Reference in new issue
Block a user