sans undertale

This commit is contained in:
Emily 2020-04-19 00:14:37 +10:00
parent 3ab6dbfea9
commit 31ce5b28b2
2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,4 +1,3 @@
.vscode
*config.js
node_modules
logs
node_modules

View File

@ -118,7 +118,7 @@ module.exports = async (client, message) => {
while (args[0] && args[0][0] === '-') {
message.flags.push(args.shift().slice(1))
}
client.logger.cmd(`Command ran: ${cmd.help.name}`)
client.logger.log(`Command ran: ${cmd.help.name}`)
cmd.run(client, message, args, level, data)
}