Add Gerard
This commit is contained in:
@@ -4,6 +4,7 @@ import * as corrupt from '../commands/corrupt';
|
||||
import * as countdown from '../commands/countdown';
|
||||
import * as eyecandy from '../commands/eyecandy';
|
||||
import * as game from '../commands/game';
|
||||
import * as gerard from '../commands/gerard';
|
||||
import * as image from '../commands/image';
|
||||
import * as imdb from '../commands/imdb';
|
||||
import * as kanye from '../commands/kanye';
|
||||
@@ -29,6 +30,7 @@ export function getCommands(): Collection<string, Command> {
|
||||
commands.set(countdown.data.name, countdown);
|
||||
commands.set(eyecandy.data.name, eyecandy);
|
||||
commands.set(game.data.name, game);
|
||||
commands.set(gerard.data.name, gerard);
|
||||
commands.set(image.data.name, image);
|
||||
commands.set(imdb.data.name, imdb);
|
||||
commands.set(kanye.data.name, kanye);
|
||||
|
||||
Reference in New Issue
Block a user