mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 18:29:14 +02:00
Whoops
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
const { Command } = require('discord.js-commando');
|
const { Command } = require('discord.js-commando');
|
||||||
const { lastNames, maleNames, femaleNames } = require('names.json');
|
const { lastNames, maleNames, femaleNames } = require('./names.json');
|
||||||
|
|
||||||
module.exports = class RandomNameCommand extends Command {
|
module.exports = class RandomNameCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
|
|||||||
Reference in New Issue
Block a user