fix bugs/add tweet command

This commit is contained in:
SowinskiBraeden committed 2022-07-03 15:16:23 -07:00
1 parent 31cc42961c
commit 918b383a48
4 files changed
+63 -7

No files matched your search

-3
View File
@@ -29,10 +29,7 @@ class QuarksBot extends Client {
this.ws.on("INTERACTION_CREATE", async (interaction) => {
client.log("Interaction")
let GuildDB = await this.GetGuild(interaction.guild_id);
if (interaction.type==3) return;
const command = interaction.data.name.toLowerCase();
const args = interaction.data.options;