mirror of
https://github.com/nx-bat/pet-the-pond.git
synced 2026-09-22 10:29:11 -04:00
more bug fixes.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user