You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi 👋, currently, after running make and starting the server, I see "unknown command: discordaddrelay" in the console (I uncommented the command in server-init and configured the bot token/channel id). Is this expected considering that Discord support is a WIP, or should it work to some extent?
Hi 👋, currently, after running make and starting the server, I see "unknown command: discordaddrelay" in the console (I uncommented the command in server-init and configured the bot token/channel id). Is this expected considering that Discord support is a WIP, or should it work to some extent?
Oh ok, I found USE_EXPEREMENTAL_DISCORD=false in the makefile! :D
Hi 👋, currently, after running make and starting the server, I see "unknown command: discordaddrelay" in the console (I uncommented the command in server-init and configured the bot token/channel id). Is this expected considering that Discord support is a WIP, or should it work to some extent?
Greetings! In order for the discord commands to work in remod you must build the project with this command make USE_EXPEREMENTAL_DISCORD=true. You must also have the Go compiler installed on your system to build the project
The text was updated successfully, but these errors were encountered: