forked from Supositware/Haha-Yes
Fixed typo
This commit is contained in:
parent
afacc76e8a
commit
e28ba5d056
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const fetch = require('node-fetch');
|
||||||
class dosentexistCommand extends Command {
|
class dosentexistCommand extends Command {
|
||||||
constructor() {
|
constructor() {
|
||||||
super('dosentexist', {
|
super('dosentexist', {
|
||||||
aliases: ['dosentexist', 'thispersondoesnotexist', 'de'],
|
aliases: ['doesntexist', 'thispersondoesnotexist', 'de'],
|
||||||
category: 'fun',
|
category: 'fun',
|
||||||
description: {
|
description: {
|
||||||
content: 'Send images from thispersondoesnotexist.com',
|
content: 'Send images from thispersondoesnotexist.com',
|
Loading…
Reference in a new issue