Skip to content
solunareclipse1 edited this page Jul 5, 2021 · 3 revisions

Prerequisites

Downloading and running

  1. Open a terminal window at the location where you want the bot files to be
  2. Run the command git clone https://github.com/solunareclipse1/gbot.git
  3. Navigate into the folder with the terminal
  4. Rename config_example.yaml to config.yaml
  5. Open config.yaml and replace TOKEN with your bot's token
  6. Run the command python3 bot.py
  7. Invite the bot to your server with the following link: https://discord.com/oauth2/authorize?client_id=PUT_CLIENT_ID_HERE&scope=bot (make sure to replace PUT_CLIENT_ID_HERE with your bots Client ID (eg: 123456789123456789)

If you did everything right, the bot should now be running, ready for use, on your own computer.

From here, you can customize the bot in pretty much any way you see fit. For example:

Clone this wiki locally