Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

v0idp/PsyBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PsyBot

Discord Docker

PsyBot is a harm reduction and drug education orientated discord bot which provides you several commands to get information on different substances.

Features

  • drug information
  • weed strain information
  • pill information
  • information about combination of different drugs
  • tolerance calculation for LSD based on scientific papers
  • Role Assignment (tripping and baked)

Use -help to get an overview of commands. You can set your own prefix for the bot by using the -prefix command. If for whatever reason you want to disable or enable a command use these commands: -enable and -disable

Requirements

Invite Public Bot

If you don't want to set up the bot yourself, you can invite the official bot with this link: Invite Link

Installation & Configuration

Before starting your bot you will need to invite it to your server first. I recommend using this for beginners: https://discordapi.com/permissions.html Your bot will need following permissions:

  • Read Messages
  • Send Messages
  • Manage Messages
  • Embed Links
  • Read Message History
  • Add Reactions
  • Manage Roles
  • Manage Nicknames

Enter your bot client id into the field down below in the Permission Calculator. You can get it from your bot application site where you created your bot. Next click on the link at the bottom and invite the bot to your server.

Go into the PsyBot root folder and type

npm prestart

To start the bot just simply type

npm start

Docker Setup & Start

If you want to use this bot in a docker container you have to follow these steps:

  • Pull from docker hub: docker pull voidp/psybot
  • Run docker image:
docker run -d --name psybot voidp/psybot

Contributing

  1. Fork it (https://github.com/v0idp/PsyBot/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request