Skip to content

A bot that provides with information and helps with a few stuffs.

License

Notifications You must be signed in to change notification settings

Euphyzr/SneakyNinja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SneakyNinja

A bot that provides with informations and helps with a few stuffs.

Setting up

  1. Clone the repo. Then setup virtual environment and install all the requirments from requirements.txt.
  2. Create a config.py in the root of the directory and configure it according to the following settings:
token: str = "yourbot.token.here" 
owner_ids: set[int] = {...}
prefix: str = '...' 
postgresql: str = 'postgresql://user:password@host/database' # use your db info
webhook_url: str = "https://discord.com/api/webhooks/<id>/<token>"
  1. Setup database tables with python3 manage.py --setup-db.
  2. Insert the cog configurations in table cog_config according the schemas in the cog files.

About

A bot that provides with information and helps with a few stuffs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages