Jiahao

Results 13 issues of Jiahao

Thank you for the team's work on this awesome project. I was facing some issues with local development using `bundle exec jekyll serve --livereload`. I've documented the steps taken to...

Allow the accepting and declining of suggestions within the pool, not just the latest

Move invite checking to UserActivity instead of Logging

This list contains all the planned commands. If you wish to take up a certain command and finish it, please, make a new issue and began discussion on that one...

enhancement
help wanted
good first issue
Kotlin
command

Add a method to command sets to allow pre-checking actions to be performed before each command in the category is executed, this can be useful for Embed creation and suggestion...

enhancement
Kotlin

Create a backup system for Heroku since it does not store persistent data between iterations of the bot. ## Requirements 1. Back up at a certain time every week 2....

enhancement
help wanted
big feature

Global commands should be set using an annotation. Example: ```kotlin @CommandSet @Global fun animalCommands() = commands("Animal") {} ```

Kotlin

Allow users to customize the moderation system: 1. Expiration of strikes 2. Weight of each strike 3. Action taken per weight 4. Max strike limit

enhancement
help wanted
Kotlin
SQL
command

Command invokes, and by extension of that, macro calls should be rate limited so that the bot doesn't become spammy

enhancement
Kotlin

Allow users to toggle whether they want the bot messages to be deleted after a while or not. This can be stored as a `Preference` and subsequently checked per command...

enhancement
help wanted
good first issue