Hi, i have a problem when someone uses /calladmin, the channel pops up but my messages won't show for the player ingame.
I had MJSU look into it and he had this to say:

"So I looked into the issue. The problem is that DiscordCallAdmin is getting the channel back before Discord Core receives the update that a new channel was created. The DiscordCoreAdmin author should instead listen for the `void Discord_ChannelCreate(Channel channel)` hook and then have DiscordCore subscribe to the channel to guarantee that it's there before the subscription occurs."

Hope this can help fixing it.