mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 22:27:44 +02:00
Oh Noes I did a Bad
This commit is contained in:
@@ -2,8 +2,8 @@ const commando = require('discord.js-commando');
|
||||
const math = require('mathjs');
|
||||
|
||||
module.exports = class MathCommand extends commando.Command {
|
||||
constructor(Client) {
|
||||
super(Client, {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'math',
|
||||
aliases: [
|
||||
'add',
|
||||
|
||||
@@ -2,8 +2,8 @@ const commando = require('discord.js-commando');
|
||||
const romanNumeralConverter = require('roman-numeral-converter-mmxvi');
|
||||
|
||||
module.exports = class RomanCommand extends commando.Command {
|
||||
constructor(Client) {
|
||||
super(Client, {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'roman',
|
||||
group: 'numedit',
|
||||
memberName: 'roman',
|
||||
|
||||
Reference in New Issue
Block a user