KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
discord-mods-bot
★ 72
Open GitHub ↗
discord moderation bot
Download README (.md)
Explore Similar Repositories
Cliptok
:
Moderation Discord bot
Rimuru-Discord.js-v14-Bot
:
Discord.js v14 General Moderation Bot
discord-moderation-bot
:
Discord Ekip Sunucuları İçin Her Komutu Kapsayan Bir Ekip Botu
discord-moderation-bot
:
A customizable moderation bot available for self-hosting with plenty of commands and automoderation features
CommandCleanup
:
CommandCleanup, a discord.js bot for maximum chat moderation.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
discord-mods-bot
?
Download (.md)
# Discord Mods Bot A discord bot written in rust. # [Getting Started](GETTING_STARTED.md) # [Commands](COMMANDS.md) # Features The following commands are currently supported by the bot ## Tags Tags are a simple key value store. Lookup a tag ``` ?tag {key} ``` Create a tag ``` ?tags create {key} value... ``` Delete a tag ``` ?tags delete {key} ``` Get all tags ``` ?tags ``` ### Crates Search for a crate on crates.io ``` ?crate query... ``` Retreive documentation for a crate ``` ?docs query... ``` ### Ban Ban a user ``` ?ban {user} ``` ### Kick Kick a user ``` ?kick {user} ``` ### Slowmode Set slowmode for a channel. 0 seconds disables slowmode. ``` ?slowmode {channel} {seconds} ``` ### Code of conduct welcome message Sets up the code of conduct message with reaction in the specified channel. Used for assigning talk roles. ``` ?CoC {channel} ```