mirror of
https://github.com/Alee14/DLAP.git
synced 2025-01-22 10:52:03 -05:00
Removed owner id log
This commit is contained in:
parent
cd5be9de38
commit
8d2042206d
1 changed files with 0 additions and 1 deletions
1
bot.js
1
bot.js
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue