feat(profiles): Add profile link UI.

This commit is contained in:
2025-06-12 23:10:14 +10:00
parent e1a1f7d4fe
commit 9e5c2f5777
5 changed files with 363 additions and 0 deletions

6
src/brand.py Normal file
View File

@@ -0,0 +1,6 @@
import discord
# Theme
MAIN_COLOUR = discord.Colour.from_str('#11EA11')
ACCENT_COLOUR = discord.Colour.from_str('#EA11EA')