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;
continue;
}
await i.deferUpdate();
if(i.isButton()) {
switch(i.customId) {
case "switch": {

Loading…
Cancel
Save