Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathtest_mute.java
More file actions
Latest commit
16 lines (15 loc) · 452 Bytes
/
Copy pathtest_mute.java
File metadata and controls
16 lines (15 loc) · 452 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
importio.github.kloping.qqbot.Starter;
importio.github.kloping.qqbot.entities.Bot;
importio.github.kloping.qqbot.entities.qqpd.Guild;
/**
* @author github.kloping
*/
publicclasstest_mute {
publicstaticvoidmain(String[] args) throwsException {
Starterstarter = test_main.factory();
starter.run();
Botbot = starter.getBot();
Guildguild = null;
guild.getMemberWithGuildId("xxx").mute(1);
}
}