diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-07-06 17:24:33 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-07-06 17:24:33 -0400 |
| commit | 8d2042206df47b0f172ecc829b5f2c518b89a6a5 (patch) | |
| tree | 6e225e04729a998ab616f704a01e850985939085 /bot.js | |
| parent | cd5be9de38b9be071e7e47d27061cf62031dff62 (diff) | |
| download | DLAP-8d2042206df47b0f172ecc829b5f2c518b89a6a5.tar.gz DLAP-8d2042206df47b0f172ecc829b5f2c518b89a6a5.tar.bz2 DLAP-8d2042206df47b0f172ecc829b5f2c518b89a6a5.zip | |
Removed owner id log
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -51,7 +51,6 @@ bot.once('ready', async () => { console.log(`Running on Discord.JS ${version}`) console.log(`Voice Channel: ${config.voiceChannel}`); console.log(`Status Channel: ${config.statusChannel}`); - console.log(`Owner ID: ${config.botOwner}`); // Set bots' presence bot.user.setPresence({ |
