forked from Supositware/Haha-Yes
whoops
This commit is contained in:
parent
46ea458595
commit
4dc3612986
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class fakebotCommand extends Command {
|
||||||
}
|
}
|
||||||
|
|
||||||
async exec(message, args) {
|
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')
|
message.channel.createWebhook('fakebot')
|
||||||
.then(webhook => {
|
.then(webhook => {
|
||||||
fs.writeFile(`./webhook/${message.guild.id}.json`, `{"id": "${webhook.id}", "token": "${webhook.token}", "channel": "${message.channel.id}"}`, function (err) {
|
fs.writeFile(`./webhook/${message.guild.id}.json`, `{"id": "${webhook.id}", "token": "${webhook.token}", "channel": "${message.channel.id}"}`, function (err) {
|
||||||
|
|
Loading…
Reference in a new issue