guildinfo: fix interaction
This commit is contained in:
parent
ef6a2e0956
commit
ce9854ed83
1 changed files with 1 additions and 1 deletions
|
@ -665,6 +665,6 @@ guildinfoInteraction.options.id = {
|
||||||
guildinfoInteraction.callback = async function (interaction) {
|
guildinfoInteraction.callback = async function (interaction) {
|
||||||
const id = this.getOption(interaction, "id");
|
const id = this.getOption(interaction, "id");
|
||||||
|
|
||||||
return guildinfo.callback(interaction, id);
|
return guildinfo.callback(interaction, id, [id], {});
|
||||||
};
|
};
|
||||||
hf.registerCommand(guildinfoInteraction);
|
hf.registerCommand(guildinfoInteraction);
|
||||||
|
|
Loading…
Reference in a new issue