Skip to content

Commit 4957107

Browse files
committed
Update run.php
1 parent ff324b7 commit 4957107

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@
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';

0 commit comments

Comments
 (0)