Development (#19)

pull/38/head
Samuel Shuert 3 years ago committed by GitHub
commit 47d572ba92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,7 @@ export const callback = async (interaction: CommandInteraction): Promise<void> =
closed = true; closed = true;
continue; continue;
} }
await i.deferUpdate();
if(i.isButton()) { if(i.isButton()) {
switch(i.customId) { switch(i.customId) {
case "switch": { case "switch": {

Loading…
Cancel
Save