File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 ],
3636 'whitelist ' => [ // Users who are allowed to use restricted functions
3737 'daathren ' ,
38+ 'valzargaming ' ,
3839 ],
3940 'responses ' => [ // Whenever a message is sent matching a key and prefixed with a command symbol, reply with the defined value
4041 'ping ' => 'Pong! ' ,
4142 'github ' => 'https://github.com/VZGCoders/TwitchPHP ' ,
4243 'discord ' => 'https://discord.gg/yXJVTQNh9e ' ,
43-
4444 ],
4545 'functions ' => [ // Enabled functions usable by anyone
4646 'help ' , // Send a list of commands as a chat message
4747 ],
4848 'restricted_functions ' => [ // Enabled functions usable only by whitelisted users
49- 'php ' , //Outputs the current version of PHP as a message
49+ 'stop ' , //Kills the bot
5050 ],
5151 'private_functions ' => [ // Enabled functions usable only by the bot owner sharing the same username as the bot
52- 'stop ' , //Kills the bot
52+ 'php ' , //Outputs the current version of PHP as a message
5353 ],
5454);
5555//include 'commands.php';
You can’t perform that action at this time.
0 commit comments