We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24bcfc commit 980dcd4Copy full SHA for 980dcd4
src/Commands/AdminCommands/SendtochannelCommand.php
@@ -23,7 +23,7 @@ class SendtochannelCommand extends AdminCommand
23
*/
24
protected $name = 'sendtochannel';
25
protected $description = 'Send message to a channel';
26
- protected $usage = '/sendchannel <message to send>';
+ protected $usage = '/sendtochannel <message to send>';
27
protected $version = '0.1.1';
28
protected $need_mysql = false;
29
/**#@-*/
0 commit comments