1 |
# Clearing messages in bulk |
2 |
|
3 |
Sudobot has `-clear` command which can delete messages in bulk. |
4 |
|
5 |
!!! warning |
6 |
Messages deleted using this command won't be logged. |
7 |
|
8 |
##### Legacy Command |
9 |
``` |
10 |
-clear <UserID|UserMention> |
11 |
``` |
12 |
|
13 |
##### Slash Command |
14 |
``` |
15 |
/clear [User] [MessageCount] [Channel] |
16 |
``` |
17 |
|
18 |
!!! note |
19 |
While using slash command, you must specify either the message count or the user. |
20 |
|
21 |
!!! info |
22 |
This operation might take some time depending on the amount of messages. |
23 |
|
24 |
#### Examples |
25 |
|
26 |
``` |
27 |
-clear @Someone |
28 |
-clear 347382275362482 |
29 |
``` |