diff options
| author | Federico fuji97 Rapetti <[email protected]> | 2022-01-10 22:02:55 +0100 |
|---|---|---|
| committer | Federico fuji97 Rapetti <[email protected]> | 2022-01-10 22:02:55 +0100 |
| commit | ce686b42815c4f7a1e87496612a647009da7a741 (patch) | |
| tree | 96ee37dc9a6fe040c08e32446cd9661a2939d031 /src | |
| parent | 1a1e90a6428ac333c90a241feb265a08e851ec6b (diff) | |
| download | muse-ce686b42815c4f7a1e87496612a647009da7a741.tar.xz muse-ce686b42815c4f7a1e87496612a647009da7a741.zip | |
Fix lint commands and lint errors
Diffstat (limited to 'src')
| -rw-r--r-- | src/bot.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`); }); |
