Skip to content

Commit e77158d

Browse files
committed
Fixes to allow functioning of admin delete command
1 parent 6d04e5e commit e77158d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module.exports = {
6565
const userDB = global.userDB;
6666
await userDB.deleteUsers();
6767

68-
return await interaction.editReply("Deleted user table.");
68+
return await interaction.reply("Deleted user table.");
6969
}
7070

7171
return await interaction.reply("Error: unknown subcommand.");

0 commit comments

Comments
 (0)