Skip to content

Commit

Permalink
Merge pull request #21 from Dctaylor/feature/song_of_the_day
Browse files Browse the repository at this point in the history
Simple logging of mongodb url to console
  • Loading branch information
lucaono13 authored May 14, 2024
2 parents d4b244c + 3e527b2 commit 2b81113
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/start-bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ async function start(): Promise<void> {
Config.client.server_id = process.env.SERVER_ID;
Config.client.music_channel_name = process.env.MUSIC_CHANNEL_NAME;

Logger.info(Config.client.mongodb_url);

// Services
let eventDataService = new EventDataService();

Expand Down

0 comments on commit 2b81113

Please sign in to comment.