Skip to content

0LostConnection/robson-rewrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Robson Template - Rewrite

Rewriting Robson Bot using ES6.

What is Robson?
Robson is a Discord Bot template that I use in my various projects.


🛠️ How to use

  1. Install dependencies:

    npm install
  2. Configure environment variables:

    MONGODB_URI=
    BOT_TOKEN=
    CLIENT_ID=
    DEBUG_GUILD_ID=
  3. Start the bot:

    node index.js

📝 Todo

  • Implement database connectivity
  • Create command that use database connectivity:
  • Remove stream function on DiscordClientHander.js
  • Create dynamic setup command
  • Standardize log outups
  • Tool to remove registered command
  • Database: make logging optional
  • Comment everything :)