Skip to content

Commit 57ff54f

Browse files
committed
feat: xkcd
1 parent b3bb31e commit 57ff54f

File tree

5 files changed

+33757
-0
lines changed

5 files changed

+33757
-0
lines changed

.ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
grzes.json

src/commands/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import wiki from './wiki';
3030
import xd from './xd';
3131
import yesno from './yesno';
3232
import youtube from './youtube';
33+
import xkcd from './xkcd';
3334

3435
export const COMMAND_PATTERN = new RegExp(getConfig('PREFIX') + '([a-z1-9]+)(?: (.*))?');
3536

@@ -59,6 +60,7 @@ const allCommands = [
5960
xd,
6061
yesno,
6162
youtube,
63+
xkcd,
6264
];
6365

6466
const cooldowns = new Discord.Collection<string, Discord.Collection<string, number>>();

0 commit comments

Comments
 (0)