mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-11-08 15:10:02 +00:00
Fix: Remove embed_title as required attribute
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e376c9205c
commit
3f2c4703ef
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ func (m *modReactionRole) Initialize(id string, crontab *cron.Cron, discord *dis
|
|||
|
||||
if err := attrs.Expect(
|
||||
"discord_channel_id",
|
||||
"embed_title",
|
||||
"reaction_roles",
|
||||
); err != nil {
|
||||
return errors.Wrap(err, "validating attributes")
|
||||
|
|
Loading…
Reference in a new issue