fix bugs/add tweet command
This commit is contained in:
4 files changed
+63
-7
No files matched your search
@@ -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;
|
||||
|
||||
|
||||
Reference in new issue
Block a user