Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 900 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 900 Bytes

Locations bot

Discord bot + database for BTESW

Some inspiration taken from https://github.com/Rapptz/RoboDanny

Features

Search Command

Search Command

Userinfo Command

Userinfo Command

Leave Notifications

These only activate when the user is in the database, and they show all the user's locations similar to the userinfo command.

Leave Notifications

Files

config.py

To run the bot, create a file named config.py with the following format:

client_id = ""
token = ""
postgres = ""
postgres_user = ""
postgres_pass = ""
log_channel_id = 

SQL

The btesw_schema file is a schema-only backup of the psql database. Restore this file and use converter.py to insert the data.