Skip to content

A simple Terraria bot to look up things on the go.

Notifications You must be signed in to change notification settings

its-truce/terrabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple Terraria bot to look up things on the go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages