Skip to content
/ sotbot Public

A sea of thieves discord bot that lets you store information in a database and then query it back to explore at your own pace.

Notifications You must be signed in to change notification settings

Allexio/sotbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SotBot

A Sea of Thieves discord bot that lets users explore SoT at their own pace and store charted islands in a database, that they can then query at a time of their choosing. Such information includes the islands, their locations, their type, which animals live on them, which NPCs live on them. The database starts off empty and grows as players make their discoveries and chart out the map.

installation:

Prerequisites:

How to set up:

  • create an application on discord https://discordapp.com/developers/applications/ (takes two clicks)
  • make a bot for the application you create (on the left click on "bot" and then click on "add bot")
  • save that bot's token as an environment variable on your system called "discord_sot_token" (you might need to restart after this!!)
  • invite the bot to your server
  • download contents of this git
  • (optional) if you want to change the prefix, edit the PREFIX variable in bot.py ie. change it from PREFIX = "sot" to PREFIX = "[whatever prefix you want here]"
  • run python bot.py in your favourite command line
  • You are now free to use commands in your discord to interact with the bot!

General Use:

Use the help command for a list of commands that you can execute and what they do.

About

A sea of thieves discord bot that lets you store information in a database and then query it back to explore at your own pace.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages