Change the bot's name
This commit is contained in:
parent
9d5790b2c7
commit
888330ea0f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const osu = require("osu-packet"),
|
||||||
Streams = require("./Streams.js");
|
Streams = require("./Streams.js");
|
||||||
|
|
||||||
global.users = [
|
global.users = [
|
||||||
new User(3, "BeanchoBot", "BeanchoBot", new Date().getTime())
|
new User(3, "SillyBot", "SillyBot", new Date().getTime())
|
||||||
];
|
];
|
||||||
|
|
||||||
// Start a loop that gets new data for users from the database for use on the user panel
|
// Start a loop that gets new data for users from the database for use on the user panel
|
||||||
|
|
Loading…
Reference in a new issue