diff options
author | jwansek <37976823+jwansek@users.noreply.github.com> | 2020-11-24 00:22:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-24 00:22:06 +0000 |
commit | 5a0b6637975d430dfd1be5894df89d56df215b09 (patch) | |
tree | abc405c6a636a0b42b91c52fb5ac9be07338078a /readme.md | |
parent | 7677d95c729ab88080d742461fcb3b07c8b421f7 (diff) | |
parent | e2b1386a53c34812d1f8919a5c0ba67f9781a131 (diff) | |
download | SmallYTChannelBot-5a0b6637975d430dfd1be5894df89d56df215b09.tar.gz SmallYTChannelBot-5a0b6637975d430dfd1be5894df89d56df215b09.zip |
Merge pull request #1 from jwansek/MySQLdev
merge MySQL branch
Diffstat (limited to 'readme.md')
-rwxr-xr-x | readme.md | 30 |
1 files changed, 13 insertions, 17 deletions
@@ -1,34 +1,30 @@ # /u/SmallYTChannelBot Source Code -The source code for /u/SmallYTChannelBot. Currently refactoring is in progress. +The source code for /u/SmallYTChannelBot. -# TODOs - -- [x] Automatically flair when [] is in submission title (done with AutoModerator) - -- [ ] Implement `!recheck` command to recheck already removed submissions +# Docker -- [ ] Ignore bot commands when they're formatted as code (` ` or indentation) +- Clone the repo -- [ ] Write a bot for the discord +- Edit the configuration file and rename -- [ ] Implement a stream for edited comments +- Build the image: -- [x] Removed giving lambda in free posts +`sudo docker build -t smallytchannelbot:latest .` -- [x] Removed lambda for giving lambda +- Start the container: -- [x] Switched to using a JSON file for configuration, included template +`sudo docker run --name smallytchannelbot --net=host -d smallytchannelbot` -- [x] Refactored main code +# TODOs -- [x] Changed license from MIT to GPLv3 +- [ ] Implement `!recheck` command to recheck already removed submissions -- [x] Update flair when using the !takelambda command +- [ ] Ignore bot commands when they're formatted as code (` ` or indentation) -- [x] Reimplented the `!takelambda` command +- [ ] Write a bot for the discord -- [x] Change `!takelambda` to `!refundlambda` when negative +- [ ] Implement a stream for edited comments # About the database's structure |