Dishorde icon indicating copy to clipboard operation
Dishorde copied to clipboard

A Discord bridge bot for 7 Days to Die. Dishorde integrates a dedicated server with Discord, allowing players to access the game's chat from any device or location. Powered by discord.js.

Results 57 Dishorde issues
Sort by recently updated
recently updated
newest added

Hi, i had a problem with the info command posting just empty string to discord. Maybe related to changes in discord API? Anyway i changed this code: ` msg.channel.send({embeds: [{description:...

Chat messages are being relayed both ways and players returns the number of players online but the time and version commands aren't working. If it telnet in and try gettime...

Any chance the bot can allow other bots to trigger it's commands? Been fiddling for a bit, but would like my button bot to send the 7d!players command and have...

![image](https://user-images.githubusercontent.com/13769484/132776863-8943b8c9-19f9-4bef-8b66-5845759339a0.png) Observed on a completely vanilla server.

bug

Hi Lake, I noticed this problem with our first version of 7D2D-Discord and again with the RC2 Dishorde. Messages entered in Discord are not always sent promptly to game. I...

bug

Hi apparently the bot spams the discord more than i want when players leave or join the game. other than removing the addon is there a way round this ?

bug

Heyo, a fun new one! Discovered that messages "using quotes" mid-sentence when sending from Discord to game get truncated before the first quote mark. Example verified. Messages from game to...

bug

See line 397 for information: if(config["hide-prefix"] == 'true') { // Do nothing if the prefix '/' is in the message. if(msg.includes(": /")) return; } Example of the _msg_ variable: `'Lake':...

bug

Bot does not stay connected. The server pauses if nobody is on. I believe after certain amount of time, your bot auto-disconnects. It would be nice if it would check...

See line 392: > // Convert it to Discord-friendly text. > msg = msg.replace("'","").replace("'",""); A fix for this will likely require some sort of regex sorcery. See also: Issue #29

bug