Venox-Network / cobalt

A bot used by @srnyx and @ChrizxzFTW in their Discord administration.
https://venox.network
GNU General Public License v3.0
2 stars 2 forks source link

Messages file #66

Closed srnyx closed 1 year ago

srnyx commented 2 years ago

Use a hard-coded messages file to more easily edit the bot's messages.

Embeds would be done like this (in YML format, just adjust based on what is used):

<message id>:
  author: <text>
  title: <text>
  description: <text>
  etc...

Not all fields (author, title, description, etc...) would be required, if one isn't specified, it isn't included (if a required field isn't specified, use something like " NOT SET").