1
0
Fork 0
akairo
loicbersier 5 years ago
parent 46ea458595
commit 4dc3612986

@ -34,7 +34,7 @@ class fakebotCommand extends Command {
}
async exec(message, args) {
if (fs.existsSync(`./webhook/${message.guild.id}_${message.channel.id}.json`)) {
if (!fs.existsSync(`./webhook/${message.guild.id}_${message.channel.id}.json`)) {
message.channel.createWebhook('fakebot')
.then(webhook => {
fs.writeFile(`./webhook/${message.guild.id}.json`, `{"id": "${webhook.id}", "token": "${webhook.token}", "channel": "${message.channel.id}"}`, function (err) {

Loading…
Cancel
Save