Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discord support #71

Open
4 of 5 tasks
vasyahuyasa opened this issue Jan 30, 2021 · 3 comments
Open
4 of 5 tasks

Discord support #71

vasyahuyasa opened this issue Jan 30, 2021 · 3 comments
Assignees

Comments

@vasyahuyasa
Copy link
Owner

vasyahuyasa commented Jan 30, 2021

  • Send messages
  • Receive messages
  • Decode messages from UTF8
  • Encode messages to UTF8
  • Bot commands for discord users
@vasyahuyasa vasyahuyasa self-assigned this Jan 30, 2021
@CubeBR
Copy link
Contributor

CubeBR commented Jan 11, 2025

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?

@CubeBR
Copy link
Contributor

CubeBR commented Jan 11, 2025

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

@vasyahuyasa
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants