mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-12-20 10:21:22 +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(
|
if err := attrs.Expect(
|
||||||
"discord_channel_id",
|
"discord_channel_id",
|
||||||
"embed_title",
|
|
||||||
"reaction_roles",
|
"reaction_roles",
|
||||||
); err != nil {
|
); err != nil {
|
||||||
return errors.Wrap(err, "validating attributes")
|
return errors.Wrap(err, "validating attributes")
|
||||||
|
|
Loading…
Reference in a new issue