Taiga icon indicating copy to clipboard operation
Taiga copied to clipboard

Discord administration bot

Results 10 Taiga issues
Sort by recently updated
recently updated
newest added

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

There are lots that can be done to enhance the raid control of the bot: 1. Check/log the type of message and frequency of the same message before muting the...

enhancement
help wanted
database issue
Kotlin
SQL
command