SlimeCloud / SlimeBot

JDA-Bot um das SlimeCloud Discordteam zu unterstützen
https://discord.gg/slimecloud
GNU Affero General Public License v3.0
6 stars 6 forks source link

Rank color #238

Closed MineKing9534 closed 6 months ago

MineKing9534 commented 6 months ago

Checklist

Description

Allows users to decide whether their font color or their level role color should be used for the rank display

Migration

alter table card_data add column fontrankcolor text;
update card_data set fontrankcolor = 'ROLE';