more bug fixes.

This commit is contained in:
2026-08-26 15:44:10 +08:00
parent 53606deabd
commit 3bcbad573e
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -14,7 +14,6 @@ class ProfileCommand extends Command<CommandClient> {
async handleCommand(context: CommandClient<any, any>, interaction: CommandInteraction) {
await interaction.defer();
const _user = await getUser(interaction.user.id);
// Check if user has been blacklisted.