Skip to content

Files

Latest commit

43e5b3e · Mar 7, 2023

History

History
61 lines (39 loc) · 1.44 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.44 KB

Annoybot

Quality gate

A discord.py bot primarily used to annoy your friends, harmlessly.

Highlights (Most used)

  • roast: roast your friends with some dank roasts
  • ghosttroll: ghost ping your friends in 3 different channels
  • playnoise: play a stupid noise into your voice channel
  • autoresponse: automatically respond to certain keywords
  • ratio: produces a classic twitter ratio to ratio your friends

And so much more! We have games, trolling, memes, dark jokes, we have it!

Why wait? Piss your friends off now!

updating bot checklist

  1. write patch notes
  2. update /help
  3. git commit and push to origin on dev repl
  4. turn off prod (a$sysexit)
  5. download .db files from prod locally
  6. git pull from origin
  7. paste .db

setup

Require:

  1. python >= 3.8
  2. java >=8
  3. poetry

To install:

  • modify setup.sh to include bot token and your id.
  • check to see if prerequisites stated above are installed.
  • check to see if commands poetry, javac, java, python3 are installed.
  • bash setup.sh
contributing

uhh just open a pr, thanks

reverting
  1. git checkout <commit_id>
  2. git reset --hard <commit_id>
versioning
  • Most recent: 1.9.0
  • History: >1.5.0

When using github releases, format versions as: 'v(version_name)-(alpha/beta/rc).(id)'

eg: v1.8.0-beta.2