forked from Supositware/Haha-Yes
restore to how it was before
This commit is contained in:
parent
838d02f16b
commit
9abf6a9a19
1 changed files with 0 additions and 5 deletions
|
@ -11,11 +11,6 @@ class guildMemberAddListener extends Listener {
|
||||||
}
|
}
|
||||||
|
|
||||||
async exec(guild) {
|
async exec(guild) {
|
||||||
if (guild.guild.id == 240843640375607296) {
|
|
||||||
guild.members.get(guild.id).setNickname('fart piss');
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
if (fs.existsSync(`./welcome/${guild.guild.id}.json`)) {
|
if (fs.existsSync(`./welcome/${guild.guild.id}.json`)) {
|
||||||
let welcome = require(`../../welcome/${guild.guild.id}.json`);
|
let welcome = require(`../../welcome/${guild.guild.id}.json`);
|
||||||
const channel = this.client.channels.get(welcome['channel']);
|
const channel = this.client.channels.get(welcome['channel']);
|
||||||
|
|
Loading…
Reference in a new issue