mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
get room mentions formatting working
This commit is contained in:
parent
0f4f404160
commit
5326b7d6be
6 changed files with 124 additions and 8 deletions
|
@ -12,8 +12,9 @@ const discordPackets = sync.require("./discord-packets")
|
|||
class DiscordClient {
|
||||
/**
|
||||
* @param {string} discordToken
|
||||
* @param {boolean} listen whether to set up the event listeners for OOYE to operate
|
||||
*/
|
||||
constructor(discordToken) {
|
||||
constructor(discordToken, listen) {
|
||||
this.discordToken = discordToken
|
||||
this.snow = new SnowTransfer(discordToken)
|
||||
this.cloud = new CloudStorm(discordToken, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue