forked from PluralFlux/PluralFlux
fixed bug for import not sending help text, added help text if you type a unrecognized command
This commit is contained in:
@@ -44,6 +44,9 @@ client.on(Events.MessageCreate, async (message) => {
|
||||
throw e
|
||||
});
|
||||
}
|
||||
else {
|
||||
await message.reply("Command not recognized. Try typing `pf;help` for command list.");
|
||||
}
|
||||
}
|
||||
catch(error) {
|
||||
console.error(error);
|
||||
|
||||
Reference in New Issue
Block a user