Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 1.37 KB

README.md

File metadata and controls

19 lines (18 loc) · 1.37 KB

Terrabase 🌳

Terrabase is a discord bot made to look up things on the wiki on the go: You can view anything available on the wiki without ever leaving Discord. This is mainly useful when you're talking with friends about Terraria and need to show them something. It's written in Python using the discord.py library.

Installing & Running 🤖

I would prefer it if you don't run an instance of my bot. It can be invited using this link. If you still want to run an instance of my bot, however, here's how you can do it:

  • Make a bot from the discord developer portal. Here's a tutorial on setting up your bot.
  • Give your bot messsage intents.
  • Make sure you have the latest stable version of Python installed.
  • Make a venv. In your root folder, run this command:
    # Making a venv:
    python3 -m venv venv
  • Install the requirements. This is simply:
    # Installing dependencies:
    pip install -U -r requirements.txt
  • Enter your bot's token in the config.py file.