messages uwu
This commit is contained in:
parent
2fcfea7cbf
commit
0e153cf124
1 changed files with 2 additions and 0 deletions
|
@ -23,8 +23,10 @@ module.exports = {
|
||||||
//if (msg.author.id !== '318044130796109825') return;
|
//if (msg.author.id !== '318044130796109825') return;
|
||||||
//console.log(msg.author.tag)
|
//console.log(msg.author.tag)
|
||||||
|
|
||||||
|
/*
|
||||||
let UserFromDB = await db.blacklist(msg.author.id, 's')
|
let UserFromDB = await db.blacklist(msg.author.id, 's')
|
||||||
if (UserFromDB.state) return;
|
if (UserFromDB.state) return;
|
||||||
|
*/
|
||||||
const DefaultPrefix = client.config.prefixes;
|
const DefaultPrefix = client.config.prefixes;
|
||||||
const CustomPrefix = Servers.get(msg.guild.id);
|
const CustomPrefix = Servers.get(msg.guild.id);
|
||||||
if (!CustomPrefix) {
|
if (!CustomPrefix) {
|
||||||
|
|
Loading…
Reference in a new issue