Senither / hypixel-discord-chat-bridge

A two-way chat bridge between Hypixel guild chat and Discord.
MIT License
29 stars 119 forks source link

Ingame commands #29

Closed Upstander1234 closed 3 years ago

Upstander1234 commented 3 years ago

I can't seem to find a way to get them to function. Are they released yet?

itsneyoa commented 3 years ago

At the moment there's just !ping and !guildlobby, I've done a bit of testing with commands like !weight here but in my experience it just flooded guild chat and irritated other guild members.

itsneyoa commented 3 years ago

I think it would work make commands work in guild and officer chats as well as DMs and build a system to route the replies to the right place. This would also commands in the individual chats to be disabled or enabled in the config (eg [Guild: off, Officer: on, DMs: on] to ensure guild chat isn't cluttered or [Guild: off, Officer: off, DMs: off] to completely disable them). A system like that mixed with something that can extract the api key from the /api new message would make adding commands in the future easy and powerful.

Upstander1234 commented 3 years ago

Ah ok ty!