muh
This commit is contained in:
parent
e9471f85df
commit
36da6b94fc
|
@ -6,7 +6,8 @@ module.exports = (lib) => {
|
||||||
active: 1,
|
active: 1,
|
||||||
func: (e) => {
|
func: (e) => {
|
||||||
let args = e.message.split(" ");
|
let args = e.message.split(" ");
|
||||||
args.shift().shift();
|
args.shift();
|
||||||
|
args.shift();
|
||||||
|
|
||||||
let query = "select `id`,`username` from `f0ck`.`items` order by rand() ";
|
let query = "select `id`,`username` from `f0ck`.`items` order by rand() ";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user