mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-14 19:56:29 +00:00
added conventions for templated commands, to reduce the amount of necessary configuration
added an exception, in case the command was missing the correct types of parameters (channel is required, no channel was found) added fix text to exception handler, in case the message of an exception is null fixed off-by-one error when searching the missing parameter changed supported chanel from guildChannel to textChannel for posttarget added slowmode command
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Sets the slow mode of the the current (or given channel) to the given seconds.
|
||||
@@ -0,0 +1 @@
|
||||
The slowmode in channel ${channel.name} has been set to ${channel.slowMode} seconds.
|
||||
@@ -0,0 +1 @@
|
||||
Sets the slow mode of the the current (or given channel) to the given seconds.
|
||||
@@ -0,0 +1 @@
|
||||
slowmode <duration> [channel]
|
||||
Reference in New Issue
Block a user