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 e74f7d0 commit 7ec5489Copy full SHA for 7ec5489
src/Botan.php
@@ -95,6 +95,8 @@ public static function track($input, $command = '')
95
if ($entity['type'] == 'bot_command' && $entity['offset'] == 0) {
96
if (strtolower($command) == 'generic') {
97
$command = 'Generic';
98
+ } elseif (strtolower($command) == 'genericmessage') {
99
+ $command = 'Generic Message';
100
} else {
101
$command = '/' . strtolower($command);
102
}
0 commit comments