This commit is contained in:
Flummi 2017-03-22 00:11:18 +01:00
parent e9471f85df
commit 36da6b94fc

View File

@ -6,7 +6,8 @@ module.exports = (lib) => {
active: 1,
func: (e) => {
let args = e.message.split(" ");
args.shift().shift();
args.shift();
args.shift();
let query = "select `id`,`username` from `f0ck`.`items` order by rand() ";