mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 22:32:50 +02:00
Oh Noes I did a Bad
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
const commando = require('discord.js-commando');
|
||||
|
||||
module.exports = class EmojiCommand extends commando.Command {
|
||||
constructor(Client) {
|
||||
super(Client, {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'emoji',
|
||||
aliases: [
|
||||
'emoticons',
|
||||
|
||||
@@ -4,8 +4,8 @@ const moment = require('moment');
|
||||
require('moment-duration-format');
|
||||
|
||||
module.exports = class GuildInfoCommand extends commando.Command {
|
||||
constructor(Client) {
|
||||
super(Client, {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'server',
|
||||
aliases: [
|
||||
'guild',
|
||||
|
||||
Reference in New Issue
Block a user