Skip to content

Commit dfc4ae9

Browse files
committed
feat(vcactivity): add Poker Night
1 parent 13e2dbf commit dfc4ae9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/commands/util/vcactivity.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@ const fetch = require('node-fetch')
22

33
const Command = require('../_Command')
44

5+
const ALIASES = {
6+
youtube: 'youtube',
7+
yt: 'youtube',
8+
'유튜브': 'youtube',
9+
10+
betrayal: 'betrayal',
11+
12+
fishington: 'fishington',
13+
fish: 'fishington',
14+
15+
pokernight: 'pokernight',
16+
poker: 'pokernight'
17+
}
18+
519
const APP = {
620
youtube: {
721
name: 'Youtube Together',
@@ -14,6 +28,10 @@ const APP = {
1428
fishington: {
1529
name: 'Fishington.io',
1630
id: '814288819477020702'
31+
},
32+
pokernight: {
33+
name: 'Poker Night',
34+
id: '755827207812677713'
1735
}
1836
}
1937

0 commit comments

Comments
 (0)