1
0
Mirror von https://tildegit.org/ben/dotfiles.git synchronisiert 2025-07-03 21:12:02 +00:00
dotfiles/sublime/.config/sublime-text-3/Packages/User/discord-cmd.sublime-snippet
2018-10-01 00:51:07 -04:00

19 Zeilen
584 B
XML
Ausführbare Datei

<snippet>
<content><![CDATA[
///////////////////////////////////////////////////////////
\$discord->registerCommand('${1:cmd_name}', function(\$msg, \$args) use (\$${2:include_in_scope}) {
$0
}, [
'description' => '${3:description here}',
'usage' => '<${4:usage}>',
'aliases' => [
'$5',
],
]);
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>cmd</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.php</scope>
</snippet>