-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommand_examples.txt
More file actions
117 lines (102 loc) · 2.32 KB
/
command_examples.txt
File metadata and controls
117 lines (102 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
Example usages (all commands support both prefix and slash versions)
AFK
Prefix:
- !afk I'm studying for 2 hours
- !afk remove
Slash:
- /afk reason: I'm studying for 2 hours
- /afk remove
Ads (admin)
Prefix:
- !ads
- !ads setthreshold 3
- !ads settext Sponsored by ...
- !ads enable
- !ads disable
Slash:
- /ads
- /ads setthreshold value: 3
- /ads settext message: Sponsored by ...
- /ads enable
- /ads disable
Games
- !truth
- /truth
- !dare
- /dare
- !quiz start
- /quiz
- !quiz leaderboard
- !rps rock
- /rps choice: rock
- !guess
- /guess
Quotes
- !quote add "Education is the passport to the future."
- !quote list
- /quote add text: Education is the passport to the future.
- /quote list
Todos
- !todo add Finish math homework
- !todo list
- !todo done 1
- /todo add text: Finish math homework
- /todo list
- /todo done id: 1
Reminders
- !remindme 10m Take a break
- /remindme time: 10m message: Take a break
Announcements
- !announce set #announcements "Daily motivation at 9AM"
- /announce set channel: #announcements message: Daily motivation at 9AM
Autoreply
- !autoreply add hello Hi there!
- !autoreply remove hello
- !autoreply list
Media
- !media upload meme.png
- !media list
- !media send meme.png
- !media sendrandom
Admin
- !kick @user Spamming links
- !ban @user Repeated abuse
- !unban user#1234
- /kick member: @user reason: Spamming links
Misc
- !time
- /time
- !date
- /date
- !weather London
- /weather London
Study (examples)
- !focus start 25
- /focus start duration: 25
- !focus stop
- /focus stop
- !log physics 2h kinematics
- /log subject: physics time: 2h topic: kinematics
- !streak
- /streak
- !leaderboard
- /leaderboard
- !doubt How do I approach projectile motion problems?
- /doubt question: How do I approach projectile motion problems?
- !motivate I'm feeling tired and unmotivated
- /motivate prompt: I'm feeling tired and unmotivated
# Music examples
- /join
- /leave
- /restart # owner only
# Additional Study features (examples)
- !focusroom start 25
- /focusroom start duration: 25
- !focusroom stop
- /focusroom stop
- !partner start
- /partner start
- !remind subject:maths at:18:00 message:"Start trigonometry practice"
- /remind subject:maths at:18:00 message: "Start trigonometry practice"
Notes:
- Slash command syntax shown as form fields (depends on your client). Use the slash UI to fill fields when available.