aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFederico fuji97 Rapetti <[email protected]>2022-01-10 22:02:55 +0100
committerFederico fuji97 Rapetti <[email protected]>2022-01-10 22:02:55 +0100
commitce686b42815c4f7a1e87496612a647009da7a741 (patch)
tree96ee37dc9a6fe040c08e32446cd9661a2939d031 /src
parent1a1e90a6428ac333c90a241feb265a08e851ec6b (diff)
downloadmuse-ce686b42815c4f7a1e87496612a647009da7a741.tar.xz
muse-ce686b42815c4f7a1e87496612a647009da7a741.zip
Fix lint commands and lint errors
Diffstat (limited to 'src')
-rw-r--r--src/bot.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot.ts b/src/bot.ts
index b2e591b..d42a718 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -139,7 +139,7 @@ export default class {
);
});
}
-
+
spinner.succeed(`Ready! Invite the bot with https://discordapp.com/oauth2/authorize?client_id=${this.client.user?.id ?? ''}&scope=bot%20applications.commands&permissions=2184236096`);
});