Skip to content

D-for-Devops/devops-project

 
 

Repository files navigation

sotbot

Build Status

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.

installation:

prerequisites:

how to use

  • 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
  • run python bot.py in your favourite command line
  • (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]"
  • profit!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.6%
  • Shell 6.1%
  • Dockerfile 2.3%