Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Merge pull request #5 from TeaHouseFC/refactor/Use-SlashCommandBuilder #17

Merge pull request #5 from TeaHouseFC/refactor/Use-SlashCommandBuilder

Merge pull request #5 from TeaHouseFC/refactor/Use-SlashCommandBuilder #17

GitHub Actions / Qodana for JS completed Aug 29, 2024 in 0s

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]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 1 in src/Listeners/Startup.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier Routes

Check warning on line 5 in src/index.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused  

```
import { APIUser} from 'discord-api-types/v10';
```

Check warning on line 4 in src/index.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier ClientOptions

Check notice on line 27 in src/index.ts

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused assignment

Variable initializer is redundant

Check warning on line 48 in src/Commands/LodestoneInteractions/LodestoneCommands.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused assignment

Variable initializer is redundant

Check warning on line 28 in src/Helpers/ReloadCommands.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused constant existingCommands

Check warning on line 7 in src/Listeners/InteractionCreate.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused constant data

Check warning on line 16 in src/Listeners/Startup.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused constant rest

Check warning on line 31 in src/Helpers/ReloadCommands.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused constant existingGuildCommands

Check warning on line 3 in src/index.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused constant dotenv

Check warning on line 3 in src/Listeners/Startup.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused constant dotenv