Skip to content

Commit 87ef06e

Browse files
committed
reasonable to break
1 parent 9865081 commit 87ef06e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/reload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default new Command({
1515
await interaction.deferReply({ flags: MessageFlags.Ephemeral });
1616

1717
try {
18-
await loadCommands(client, process.env.CLIENT_ID, process.env.BOT_TOKEN, process.env.GUILD_ID);
18+
await loadCommands();
1919

2020
await interaction.editReply("Commands reloaded successfully.");
2121
} catch (error) {

0 commit comments

Comments
 (0)