ClemBot
ClemBot copied to clipboard
A Discord bot for server management with an emphasis on modularity and configuration. If you have an idea or a feature you would like to contribute feel free to open an issue and we as a community can...
A cool minigame feature would fit in well in the server. This is also a great way to dip you hand into the database layer
This command will depend on the upcoming designated roles feature so as of rn its unfinished
Got the idea while figuring out how to squash commits in Git Bash. The following do the same thing: ``` git rebase -i 60042c8 ``` ``` git rebase --interactive 60042c8...
match students in Clemson School of Computing that have similar hobbies and classes using a nearest neighbors search
Currently not all actions the bot takes are logged, this issue will serve a center point for log statement related commits to go. This is a great way to get...
Bumps [joblib](https://github.com/joblib/joblib) from 1.1.0 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....
Our current caching library lazy cache is very old and has in my opinion questionable code in multiple parts of it. We should rip it out and replace it with...
fixes #778 ```py result = ''.join(choice((str.upper, str.lower))(char) for char in args) ``` explanation: choice() picks a random item from the tuple of (str.upper, str.lower) and applies to each character in...

It is possible to add a message to starboard over and over again by staring and unstaring and staring again when the message in question is by a bot. ...