Our shitty attempt at making a discord bot that gets a random submission from r/copypasta
Java
- Just read the
config.yml
Python
- Literally just check the
config.yml
file, all the info is included in it (Subreddit changing is incopypastabot.py
)
Java
- Nothing other than the prefix and command in
config.yml
Python
- In
copypastabot.py
replacecp!
(Line 16) with your desired prefix. - In
copypastabot.py
replacecopypasta
(Line 28) with your desired command.