forked from syntaxbullet/AuroraBot-discord
refactor: clean up unused imports and dead code across commands, services, and tests.
This commit is contained in:
@@ -17,7 +17,7 @@ export const balance = createCommand({
|
||||
const targetUser = interaction.options.getUser("user") || interaction.user;
|
||||
|
||||
if (targetUser.bot) {
|
||||
return; // Wait, I need to send the reply inside the if.
|
||||
return;
|
||||
}
|
||||
|
||||
const user = await userService.getOrCreateUser(targetUser.id, targetUser.username);
|
||||
|
||||
Reference in New Issue
Block a user