mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-10 19:04:42 +02:00
Phone Command
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user