mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-13 11:31:38 +00:00
added support for example templates/direct strings to commands who need it
added example templates for some commands added the examples to documentation as well
This commit is contained in:
@@ -0,0 +1 @@
|
||||
`addToChannelGroup group1 #general` to add the channel #general to the group group1
|
||||
@@ -0,0 +1 @@
|
||||
`allowRole moderation @Staff` to allow the role `Staff` to execute all commands in the `moderation` feature (where @Staff is a role mention)
|
||||
@@ -0,0 +1 @@
|
||||
`disAllowRole moderation @Staff` to forbid the role `Staff` to execute all commands in the `moderation` feature (where @Staff is a role mention)
|
||||
@@ -0,0 +1 @@
|
||||
`disable moderation` to disable the moderation feature
|
||||
@@ -0,0 +1 @@
|
||||
`disableCommand warn group1` to disable the command `warn` in the group `group1`
|
||||
@@ -0,0 +1 @@
|
||||
`enable moderation` to enable the moderation feature
|
||||
@@ -0,0 +1 @@
|
||||
`enableCommand warn group1` to enable the command `warn` in the group `group1`
|
||||
@@ -0,0 +1 @@
|
||||
Example
|
||||
@@ -0,0 +1 @@
|
||||
`makeAffected ban @Staff` in order so the role `Staff` can be banned via the command (where @Staff is a role mention)
|
||||
@@ -0,0 +1 @@
|
||||
`makeImmune ban @Staff` in order so the role `Staff` cannot be banned via the command (where @Staff is a role mention)
|
||||
@@ -0,0 +1 @@
|
||||
`posttarget banLog #general` to log the bans in the #general channel.
|
||||
@@ -0,0 +1 @@
|
||||
`removeFromChannelGroup group1 #general` to remove the channel #general from the group `group1`
|
||||
@@ -0,0 +1 @@
|
||||
`setConfig expMin 15` to set the minimum experience to 15
|
||||
@@ -0,0 +1 @@
|
||||
`setExpRole 50 @HighLevel` in order to award the role `HighLevel` at level `50` (the @HighLevel is a role mention)
|
||||
@@ -0,0 +1 @@
|
||||
`ban @Member bad` in order to ban `Member` with the reason `bad` (the @Member is a user mention)
|
||||
@@ -0,0 +1 @@
|
||||
`banId 1234 bad` in order to ban the user with ID `1234` with the reason `bad`
|
||||
@@ -0,0 +1 @@
|
||||
`kick @Member bad` in order to kick `Member` with the reason `bad` (the @Member is a user mention)
|
||||
@@ -0,0 +1 @@
|
||||
`mute @Member 1h2m3s bad` in order to mute the member `Member` for 1 hour 2 minutes and 3 seconds with the reason `bad` (the @Member is a user mention)
|
||||
@@ -0,0 +1 @@
|
||||
slowMode 1h2m3s #general` in order to set the slow mode in channel `general` to 1 hour 2 minutes and 3 seconds (the #general is a user mention)
|
||||
@@ -0,0 +1 @@
|
||||
`warn @Member bad` in order to warn `Member` with the reason `bad` (the @Member is a user mention)
|
||||
@@ -0,0 +1 @@
|
||||
`accept 1 okay` in order to accept the suggestion `1` with the reason `okay`
|
||||
@@ -0,0 +1 @@
|
||||
`deny 1 not okay` in order to reject the suggestion `1` with the reason `not okay`
|
||||
@@ -0,0 +1 @@
|
||||
`remind 1h2m3s text` in order to be reminded in 1 hour 2 minutes and 3 seconds with the reason `text`
|
||||
Reference in New Issue
Block a user