renamed to imgur
This commit is contained in:
parent
df7073e8df
commit
828ab65841
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const fetch = require('node-fetch');
|
||||||
class ImgurCommand extends Command {
|
class ImgurCommand extends Command {
|
||||||
constructor() {
|
constructor() {
|
||||||
super('imgur', {
|
super('imgur', {
|
||||||
aliases: ['badmeme', 'imgur'],
|
aliases: ['imgur', 'badmeme'],
|
||||||
category: 'fun',
|
category: 'fun',
|
||||||
description: {
|
description: {
|
||||||
content: 'Send some random images from imgur',
|
content: 'Send some random images from imgur',
|
Loading…
Reference in a new issue