Crest
A Discord bot for server management operations. Use it to nuke channels, ban or kick members, flood roles, and rename servers — all at once.
Getting Started
Once Core is in your server, all commands start with the * prefix. Type *help in any channel to see the full command list.
All operations run at the same time — Core does not queue tasks one by one. This means a nuke completes as fast as Discord allows. You can stop any running operation at any time with *stop.
*help for a quick in-Discord command list at any time.
Permissions
Commands are restricted based on your role in the server or your relationship to the bot.
| Level | Who qualifies | Commands available |
|---|---|---|
| All users | Any server member with the required Discord permission for that command | *tuff, *ban, *kick, *server, *role, *help |
| Premium | Members holding the Premium role assigned by a server admin | *setvar — customize names used by commands |
| Owner | The bot owner only | *stop, *kill |
Commands
Floods the server by creating between 100 and 200 text channels, then sending 100 messages into every one of them simultaneously. All channels are named using your configured name (or the default if you have not set one).
Usage
What happens
| Channels created | Between 100 and 200 (random each time) |
| Messages per channel | 100 |
| Channel name | Default: core f7ked you — override with *setvar channel (Premium) |
| Can be stopped | Yes — use *stop |
Bans all members in the server one by one. The server owner and other bots are always skipped automatically.
Usage
| Skips | Server owner, Core itself, all other bots |
| Can be stopped | Yes — use *stop |
Kicks all members in the server one by one. The server owner and other bots are always skipped automatically.
Usage
| Skips | Server owner, Core itself, all other bots |
| Can be stopped | Yes — use *stop |
Renames the server to your configured server name. If you have not set a custom name, the default is used.
Usage
| Default name | join core now |
| Custom name | Set with *setvar server <name> (Premium) |
| Can be stopped | Yes — use *stop |
Creates 200 roles in the server simultaneously, all using your configured role name.
Usage
| Roles created | 200 |
| Default name | join core now |
| Custom name | Set with *setvar role <name> (Premium) |
| Can be stopped | Yes — use *stop |
Stops every active operation that Core is currently running — channel creation, bans, kicks, role flooding, and server renaming are all cancelled instantly.
Usage
Stops all running operations and takes Core offline. The bot will post an offline notification and disconnect from Discord.
Usage
Lets Premium users set custom names for the channels, roles, and server name that Core uses when running commands. Your settings only apply to your own commands in the current server — they do not affect other users.
Usage
*setvar role <name>
*setvar server <name>
Variables
| Command | What it changes | Default value |
|---|---|---|
*setvar channel <name> |
Name of channels created by *tuff |
core f7ked you |
*setvar role <name> |
Name of roles created by *role |
join core now |
*setvar server <name> |
Name used by *server |
join core now |
*setvar with no arguments shows usage.Sends a message in the current channel listing all of Core's available commands and the bot prefix. Available to everyone.
Usage
Server Filter
Core automatically leaves any server it is added to that has fewer than 5 members. No commands will run and no messages will be sent — Core simply leaves.
When Core is added to a server with 5 or more members, it sends a welcome DM to the person who invited it with a link to the prefix and the support server.
Quick Reference
| Command | What it does | Required permission | Stoppable |
|---|---|---|---|
*tuff | Create 100–200 channels, send 100 messages each | Manage Channels | Yes |
*ban | Ban all non-bot members | Ban Members | Yes |
*kick | Kick all non-bot members | Kick Members | Yes |
*server | Rename the server | Manage Server | Yes |
*role | Create 200 roles | Manage Roles | Yes |
*stop | Cancel all running operations | Bot owner only | — |
*kill | Shut the bot down | Bot owner only | — |
*setvar <type> <value> | Set a custom name for commands | Premium role | — |
*help | Show command list | None | — |