Skip to content

Commit

Permalink
allow people to use the command
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-001 committed Feb 28, 2025
1 parent 17b3bdf commit c65f1ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions commands/authenticate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ export default {
// Send Embed and Button
await inter.editReply({
embeds: [embed],
// components: [
// {
// type: 1, // Action Row
// components: [authButton],
// },
// ],
components: [
{
type: 1, // Action Row
components: [authButton],
},
],
});
return;
} catch (error) {
Expand Down

0 comments on commit c65f1ab

Please sign in to comment.