Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 3.42 KB

README.md

File metadata and controls

56 lines (42 loc) · 3.42 KB

Wilbur - Discord Bot

Wilbur is a bot with an emphasis on fun. It was created with the intention of being a project made with the community, carefully listening to feedback and suggestions.

You can either host this bot yourself or invite it to your server by clicking here.

Trello

You can now follow development and make suggestions/report issues on our Trello Board

Usage (Invite)

  • Invite the bot by clicking here.
  • Once the bot is in your guild, no configuration should be required! You can just start using its commands.
  • You can view available commands by running the following command:
/help

Usage (Self Host)

I am going to assume you have the basics installed on your host/computer (i.e., Node.js, npm, etc.).

  • Download the source code by clicking on 'Releases', selecting the latest version, and downloading the source code (zip) file. Alternatively, you can click here
  • Extract the zip file using software of your choice.
  • Inside the extracted folder, you will find a file named .env.example. Open it and add the specified values. After editing the file, rename it to .env. If you are unsure where to find your bot token and owner ID, please refer to these links: bot token & owner id
  • Open a console window in the root directory of the bot, then run the following commands:
$ yarn install    // Installs required modules. Once completed, run the next command:
$ yarn start      // Builds and starts your bot. You are now ready to use Wilbur!

FAQ

Q: How can I obtain the Wilbur API key?
A: To get the Wilbur API key, please send an email, and our team will assist you with your request.