samuelsogbesan / leetbot

LeetCode Question Bot for Discord.
Apache License 2.0
1 stars 0 forks source link

[🚫] Move Bot from Index.js -> Bot.js 😔 #23

Closed samuelsogbesan closed 3 years ago

samuelsogbesan commented 3 years ago

Basically creating the bot in bot.js rather than index.js so that the bot can be made accessible to other modules.

🚫 Do not merge this PR yet, we need all our changes that effect index.js to be merged in. I prefer it this way rather than exporting it from index.js since it feels like bad practise to export code from the entry point. We'll make this merge after the PRs that are currently out that effect the old index.js are merged.

samuelsogbesan commented 3 years ago

Changes made here - #40