We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e2dbf commit dfc4ae9Copy full SHA for dfc4ae9
src/commands/util/vcactivity.js
@@ -2,6 +2,20 @@ const fetch = require('node-fetch')
2
3
const Command = require('../_Command')
4
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
19
const APP = {
20
youtube: {
21
name: 'Youtube Together',
@@ -14,6 +28,10 @@ const APP = {
28
fishington: {
29
name: 'Fishington.io',
30
id: '814288819477020702'
31
+ },
32
+ pokernight: {
33
+ name: 'Poker Night',
34
+ id: '755827207812677713'
35
}
36
37
0 commit comments