Phone Command

This commit is contained in:
Dragon Fire
2020-02-28 15:03:41 -05:00
parent d1970d2262
commit 9d5879c8c6
9 changed files with 120 additions and 4 deletions
+2 -1
View File
@@ -7,8 +7,9 @@ const { SUCCESS_EMOJI_ID } = process.env;
module.exports = class Game {
constructor(client, channel, voiceChannel) {
Object.defineProperty(this, 'client', { value: client });
this.name = 'mafia';
this.client = client;
this.players = new Collection();
this.channel = channel;
this.voiceChannelRaw = voiceChannel;