chores fixes

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-06-17 13:36:40 +05:30
parent 5e0877dd54
commit d81eaad628
Signed by: bravo68web
GPG Key ID: F5671FD7BCB9917A
3 changed files with 10 additions and 2 deletions

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"sonarlint.connectedMode.project": {
"connectionId": "bravo68web",
"projectKey": "BRAVO68WEB_shx"
}
}

View File

@ -86,7 +86,7 @@ export const event: DiscordEvent = {
if (commandMatching) {
cmd = commandMatching;
cmdName = cmd.data.name;
cmdName = cmd?.data.name;
break;
} else if (aliasesMatching) {
cmd = client.commands.get(aliasesMatching);

View File

@ -9,4 +9,6 @@ sonar.organization=bravo68web
#sonar.sources=.
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8
#sonar.sourceEncoding=UTF-8
sonar.host.url=https://sonarcloud.io