Edited code and finalised "This Message"

This commit is contained in:
Eddie Annor 2024-08-22 13:17:08 +01:00 committed by GitHub
parent 29df2ed9dd
commit c0ef1d181c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 0 deletions

View file

@ -154,6 +154,10 @@ const communityOpponents = {
[CommunityOpponents.Stik]: {
text: "Stik",
colour: ["#FF0000", "#000000"]
},
[CommunityOpponents.ThisMessage]: {
text: "This Message",
colour: ["#000000", "#FFFFFF"]
}
}