Merge pull request #5 from TeaHouseFC/refactor/Use-SlashCommandBuilder #17
12 new problems found by Qodana for JS
Qodana for JS
12 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unused local symbol |
🔶 Warning | 6 |
Unused import |
🔶 Warning | 3 |
Unused assignment |
🔶 Warning | 2 |
Result of method call returning a promise is ignored |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check warning on line 1 in src/Listeners/Startup.ts
github-actions / Qodana for JS
Unused import
Unused import specifier Routes
Check warning on line 5 in src/index.ts
github-actions / Qodana for JS
Unused import
Unused
```
import { APIUser} from 'discord-api-types/v10';
```
Check warning on line 4 in src/index.ts
github-actions / Qodana for JS
Unused import
Unused import specifier ClientOptions
Check notice on line 27 in src/index.ts
github-actions / Qodana for JS
Result of method call returning a promise is ignored
Promise returned from Startup is ignored
Check warning on line 49 in src/Commands/LodestoneInteractions/LodestoneCommands.ts
github-actions / Qodana for JS
Unused assignment
Variable initializer is redundant
Check warning on line 48 in src/Commands/LodestoneInteractions/LodestoneCommands.ts
github-actions / Qodana for JS
Unused assignment
Variable initializer is redundant
Check warning on line 28 in src/Helpers/ReloadCommands.ts
github-actions / Qodana for JS
Unused local symbol
Unused constant existingCommands
Check warning on line 7 in src/Listeners/InteractionCreate.ts
github-actions / Qodana for JS
Unused local symbol
Unused constant data
Check warning on line 16 in src/Listeners/Startup.ts
github-actions / Qodana for JS
Unused local symbol
Unused constant rest
Check warning on line 31 in src/Helpers/ReloadCommands.ts
github-actions / Qodana for JS
Unused local symbol
Unused constant existingGuildCommands
Check warning on line 3 in src/index.ts
github-actions / Qodana for JS
Unused local symbol
Unused constant dotenv
Check warning on line 3 in src/Listeners/Startup.ts
github-actions / Qodana for JS
Unused local symbol
Unused constant dotenv