Upgrade packages
This commit is contained in:
parent
9e963d90cb
commit
e67efd4197
4 changed files with 1047 additions and 1733 deletions
|
@ -12,6 +12,7 @@ export default class Claim extends ButtonEvent {
|
|||
public override async execute(interaction: ButtonInteraction) {
|
||||
if (!interaction.guild || !interaction.guildId) return;
|
||||
if (!interaction.channel) return;
|
||||
if (!interaction.channel.isSendable()) return;
|
||||
|
||||
await interaction.deferUpdate();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue