-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
LokiStar edited this page Mar 10, 2022
·
4 revisions
When using /help command, the usage section may display something like this:
/command <arg1> [<arg2>] <arg3...>
-
arg1is displayed between<>, it means that this argument is required.- You must not write
<or>in your command.
- You must not write
-
arg2is displayed between[], it means that this argument is optional, you do not need to specify it if it's not necessary.- You must not write
[<or>]in your command.
- You must not write
-
arg3is followed by..., it means that you can specify multiple arguments.
| Category | Name | Description | Usage / Example |
|---|---|---|---|
| Util | |||
| weather | Search weather report for a city | /weather <city> [<country>] /weather toulon france |
|
| math | Evaluate an expression | /math <expression> /math 3*sin(pi) |
|
| translate | Translate a text | /translate <source_lang> <destination_lang> <text> /translate auto fr Hello you! |
|
| wikipedia | Search for Wikipedia article | /wikipedia <word> /wikipedia Einstein |
|
| poll | Create a poll | /poll <duration> <question> <choices...> /poll 2m30 "Where do we eat at noon?" "White" "53" "A dog" |
|
| urban | Search for Urban Dictionary definition (NSFW) | /urban <word> /urban Einstein |
|
| lyrics | Search for music lyrics on Musixmatch | /lyrics [<music>] /lyrics 21 guns |
|
| Fun | |||
| chat | Chat with an A.I. | /chat <message> /chat Hello you! |
|
| this_day | Significant events on this day | /this_day | |
| joke | Random dad joke | /joke | |
| Image | |||
| deviantart | Search random image from DeviantArt | /image deviantart <query> /image deviantart doom |
|
| wallhaven | Search random wallpaper from Wallhaven | /image wallhaven <query> /image wallhaven doom |
|
| suicidegirls | Show random image from SuicideGirls (NSFW) | /image suicidegirls | |
| rule34 | Search random image from Rule34 (NSFW) | /rule34 <query> /rule34 doom |
|
| xkcd | Show random comic from XKCD | /image xkcd [<sort>] /image xkcd latest |
|
| petpet | Create a petpet meme of ur icon or a url | /image petpet /image petpet [<url>] |
|
| Game | |||
| rps | Play a Rock–paper–scissors game, win-streak increases gains | /game rps <handsign> /game rps rock |
|
| hangman | Start or join a Hangman game | /game hangman join/create [<difficulty>] /game hangman create hard |
|
| trivia | Start a Trivia game in which everyone can participate | /game trivia [<category>] /game trivia |
|
| russian_roulette | Play russian roulette | /game russian_roulette | |
| slot_machine | Play slot machine | /game slot_machine | |
| roulette | Start or join a Roulette game | /game roulette <bet> <place> [<number>] /game roulette 100 black |
|
| blackjack | Start or join a Blackjack game | /game blackjack <bet> /game blackjack 100 |
|
| dice | Start or join a Dice game with a common bet | /game dice join/create [<bet>] <number> /game dice create 100 5 |
|
| lottery | Buy a ticket for the lottery or display the current lottery status | /game lottery [<number>] /game lottery 3 |
|
| Event | |||
| add_users | add Users to an event | /event add_users <title> [<member_0 ...>] | |
| delete | delete and event that you created | /event delete <title> | |
| create | Create a new event | /event create <title> [<description>] [<icon>] [<member...>] | |
| publish | Publish a event that you have created on the server (must be scheduled) | /event publish <event_title> | |
| schedule | Schedule an event | /event schedule <event_title> <date (dd.MM.yyyy)> <time (hh:mm)> | |
| Currency | |||
| coins | Show user's coins | /coins [<user>] /coins @Organizer |
|
| leaderboard | Show coins leaderboard for this server | /leaderboard | |
| transfer | Transfer coins to a user | /transfer <coins> <user> /transfer 100 @Organizer |
|
| Gamestats (currently disabled) | |||
| fortnite | Search for Fortnite statistics | /gamestats fortnite <platform> <username> /gamestats fortnite pc Organizer |
|
| diablo | Search for Diablo 3 statistics | /gamestats diablo <region> <battletag> /gamestats diablo eu Organizer#2230 |
|
| csgo | Search for Counter-Strike: Global Offensive statistics | /gamestats csgo <steamid> /gamestats csgo Organizer |
|
| overwatch | Search for Overwatch statistics | /gamestats overwatch <platform> <battletag> /gamestats overwatch pc Organizer#2230 |
|
| Info | |||
| ping | Test ping | /ping | |
| info bot | Show bot info | /info bot | |
| info user | Show user info | /info user <user> /info user @Organizer |
|
| info server | Show server info | /info server | |
| feedback | Send a feedback | /feedback <message> /feedback Hey, I can read this! |
|
| invite | Get an invitation for the bot or for the support server | /invite | |
| achievements | Show user's achievements | /achievements [<user>] /achievements @Organizer |
|
| help | Show the list of available commands | /help [<command>] /help game rps |
|
| Moderation | |||
| manage_coins | Manage users coins | /moderation manage_coins <action> [<coins>] [<user>] [<role>] /moderation manage_coins add 1500 @Organizer |
|
| prune | Delete messages (include embeds) | /moderation prune [<author>] [<words>] [<limit>] /moderation prune @Someone hello 5 |
|
| kick | Kick a user | /moderation kick <user> /moderation kick @Someone |
|
| softban | Kick a user and delete his messages from the last 7 days | /moderation softban <user> /moderation softban @Someone |
|
| ban | Ban a user and delete his messages from the last 7 days | /moderation ban <user> /moderation ban @Someone |
|
| iam | Create a message with a reaction that gives role(s) | /moderation iam <roles...> /moderation iam @Somerole "Click on the emoji to get this role!" |
|
| rolelist | Show a list of members with specific role(s) | /moderation rolelist <roles...> /moderation rolelist @Somerole |
|
| Setting | See this section | ||
| allowed_roles | Manage role(s) that can interact with Organizer | ||
| auto_messages | Manage auto-message(s) on user join/leave | ||
| auto_roles | Manage auto assigned role(s) | ||
| blacklist | Manage blacklisted command(s) | ||
| language | Manage default server language | ||
| nsfw | Manage current channel's NSFW state | ||
| restricted_channels | Restrict commands to specific channels | ||
| restricted_roles | Restrict commands to specific roles | ||
| show | Show current settings | ||
| default_volume | Manage music's default volume | ||
| Register | |||
| weather_subscription | subscribe or unsuscribe from the daily weather of a city |