actually pushed README.md
This commit is contained in:
parent
b6cfa2c2d2
commit
cc4db190c6
1 changed files with 60 additions and 0 deletions
60
README.md
Normal file
60
README.md
Normal file
|
@ -0,0 +1,60 @@
|
|||
### What is OpenPepper?
|
||||
|
||||
OpenPepper is the public repository that holds all my code for the PepperBot [Discord](https://discord.com) bot.
|
||||
This bot can be found on my discord server, [DEFENDERS OF CHRISTOS](https://example.com).
|
||||
If you for some reason stumble upon this (damn bro you really went lookin), the server is for a guild for the [Roblox](https://roblox.com) game [Deepwoken](https://deepwoken.fandom.com)
|
||||
|
||||
PepperBot is really just an experiment, there is no end goal in mind. If you give me a good suggestion, I'll probably add it.
|
||||
Please test the shit outta my bot, I want to know if there are any bugs/crashes that I don't know about.
|
||||
|
||||
### TODO:
|
||||
|
||||
seperate index.js events into events folder
|
||||
finish cbrowser
|
||||
move logs folder
|
||||
some other minor organization thingies
|
||||
clean up p/vileimagery, its horrendous
|
||||
|
||||
### VERSION HISTORY:
|
||||
|
||||
**_Note:_** _versions before this were not uploaded to the repo, this is not the first version._
|
||||
1.8 - pushed README.md
|
||||
|
||||
---
|
||||
|
||||
1.7 - major file reorganization, changed some dumb stuff like images and logs being in src
|
||||
|
||||
---
|
||||
|
||||
1.6 - added a new logging system that is much more optimized, descriptive, and easier to manage than the previous one
|
||||
1.6.1 - updated logging system to not spam my terminal with every command executed
|
||||
|
||||
---
|
||||
|
||||
1.5 - added logging to recieved direct messages
|
||||
1.5.1 - removed line of code preventing execution of commands in direct messages
|
||||
|
||||
---
|
||||
|
||||
1.4 - added p/guildmembers and p/addguildmember
|
||||
1.4.1 - added automatic guild member addition to guildmembers.log
|
||||
|
||||
---
|
||||
|
||||
1.3 - added p/vileimagery (random vile image generator)
|
||||
1.3.1 - changed .gitignore to include random file folders
|
||||
1.3.2 - removed p/vileimagery whitelist
|
||||
1.3.3 - added ability to specify file names on p/vileimagery
|
||||
|
||||
---
|
||||
|
||||
1.2 - added p/dmuser command
|
||||
1.2.1 - fixed recursive p/says causing rate limiting
|
||||
1.2.2 - fixed crashes relating to attempting to dm users outside of the current guild
|
||||
1.2.3 - added a ping to the sender to p/dmuser
|
||||
1.2.4 - fixed 1.2.3's formatting issue
|
||||
|
||||
---
|
||||
|
||||
1.1 - added p/pepper command (random pepper generator)
|
||||
1.1.1 - updated p/pepper description on commands list
|
Loading…
Add table
Add a link
Reference in a new issue