mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 01:57:54 +02:00
Oh Noes I did a Bad
This commit is contained in:
@@ -13,8 +13,8 @@ String.prototype.shuffle = function() {
|
||||
};
|
||||
|
||||
module.exports = class ShuffleCommand extends commando.Command {
|
||||
constructor(Client) {
|
||||
super(Client, {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'shuffle',
|
||||
group: 'textedit',
|
||||
memberName: 'shuffle',
|
||||
|
||||
Reference in New Issue
Block a user