Querijn/BottyMcBotface

When deleting a question, a message is sent regardless whether or not a question has actually been deleted

Closed this issue · 2 comments

in here it seems;

if (args.length === 1) {
this.data.questions = this.data.questions.filter(q => q.uuid !== id);
message.channel.send(this.sharedSettings.officehours.removedMessage);
return;
}

What?

if you do !question remove 32489573495, it still prints the remove message.