change error output to log

This commit is contained in:
SowinskiBraeden committed 2022-03-19 14:14:54 -07:00
1 parent 9c835a2503
commit a4025837a7
1 file changed
+1 -1
+1 -1
View File
@@ -28,7 +28,7 @@ module.exports = (client, guild) => {
try {
await GuildAPI.commands.post({ data: dataStuff });
} catch (e) {
console.log(e);
client.log('Error: API missing permissions, re-invite the bot');
}
});
});