momentum-mod / discord-bot

The Discord bot used in the official Momentum Mod Discord Server.
https://discord.gg/momentummod
MIT License
9 stars 7 forks source link

Add some type of custom realtime editable command system #105

Closed hexaflexahexagon closed 2 years ago

hexaflexahexagon commented 2 years ago

This would make it possible for mods to add new basic chat commands without having to edit the source code and rebuild the bot.

Something like:

> !addcom error "Some long response about `mat_error_texture_advanced 2` and `mat_error_texture_advanced_basetexture dev/reflectivity_60` and how they're super cool!"
>
> !error
Some long response about `mat_error_texture_advanced 2` and `mat_error_texture_advanced_basetexture dev/reflectivity_60` and how they're super cool!
>
> !listcom
error, climb, release, key
>
> !delcom key
> 

...etc.