created concept of auto load macros, these are macro files which are loaded automatically on startup and can be used in any template

changed assignable post config to be a full emote instead
This commit is contained in:
Sheldan
2020-08-16 12:40:41 +02:00
parent fd4d784081
commit fbb36ae9d5
12 changed files with 127 additions and 5 deletions

View File

@@ -510,7 +510,7 @@ public class AssignableRolePlaceServiceBean implements AssignableRolePlaceServic
AssignablePostConfigRole postRole = AssignablePostConfigRole
.builder()
.description(role.getDescription())
.emote(jdaEmoteForRole)
.emote(FullEmote.builder().fakeEmote(emoteForRole).emote(jdaEmoteForRole).build())
.position(role.getPosition())
.awardedRole(jdaRole)
.build();