ClemBot icon indicating copy to clipboard operation
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...

Results 94 ClemBot issues
Sort by recently updated
recently updated
newest added

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

enhancement
Medium Feature

This command will depend on the upcoming designated roles feature so as of rn its unfinished

enhancement

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...

good first issue
help wanted
Discussion

match students in Clemson School of Computing that have similar hobbies and classes using a nearest neighbors search

enhancement
help wanted
Medium Feature

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...

documentation
enhancement
good first issue
help wanted

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....

dependencies
python

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...

Large Feature
.NET
ClemBot.Api

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...

![image](https://github.com/ClemBotProject/ClemBot/assets/32102201/a8ea5c5a-6bd7-4cc4-a35d-6a4f9dc75af9)

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. ![image](https://github.com/ClemBotProject/ClemBot/assets/24688719/fcfc014c-4bcb-46af-b485-7f58685e9d4b)...

bug
good first issue
ClemBot.Bot
python