Lookups
| Command | Description |
|---|---|
,weather <city> | Current weather for a city. |
,define <word> | Dictionary definition. |
,urban <term> | Urban Dictionary lookup. |
,translate <lang> <text> | Translate text to a language code. |
,news | Latest news headlines. |
,countryinfo <country> | Country facts and info. |
,acronym <text> | Expand an acronym. |
,time [timezone] | Current time for a timezone. |
Tools
| Command | Description |
|---|---|
,calc <expression> | Math calculator. |
,qr <data> | Generate a QR code image. |
,color <hex> | Display a color swatch with RGB values. |
,passwordgen [length] | Generate a random password (sent to your DMs). |
,shorten <url> | Shorten a URL. |
,expandurl <url> | Expand a shortened URL. |
Encoders & decoders
| Command | Description |
|---|---|
,base64 encode/decode <text> | Base64 encode or decode. |
,binary encode/decode <text> | Binary encode or decode. |
,hex encode/decode <text> | Hexadecimal encode or decode. |
,morse encode/decode <text> | Morse code encode or decode. |
Infobot
| Command | Description |
|---|---|
,bi | Bot information — Python version, discord.py, cog count, file/line counts, uptime, latency. |
,ping | Check bot latency. |
Command aliases
Requires Manage Server.| Command | Description |
|---|---|
,alias | Show alias command help. |
,alias add <alias> <command> | Create a shortcut. Example: ,alias add . cs makes ,. run ,clearsnipe. |
,alias remove <alias> | Remove an alias. |
,alias list | List all server aliases. |