This commit is contained in:
SowinskiBraeden committed 2022-08-06 13:14:57 -07:00
1 parent 6245826c6f
commit 418645ebd8
6 files changed
+23 -24

No files matched your search

+1
View File
@@ -29,6 +29,7 @@ module.exports = (client, guild) => {
await GuildAPI.commands.post({ data: dataStuff });
} catch (e) {
client.log('Error: API missing permissions');
console.log(e)
}
});
});