feat(discord-bot): improve 'track', 'tejtrack' commands and tracking service

This commit is contained in:
2025-12-05 19:42:02 +01:00
parent 66474dc813
commit 8c78725e65
5 changed files with 126 additions and 161 deletions

View File

@@ -72,7 +72,7 @@ export const makeResultEmbed = async (
export const createErrorEmbed = (
message: string,
color = 15335424,
color = 0xea0000,
): MessageCreateOptions => ({
embeds: [
{
@@ -84,7 +84,7 @@ export const createErrorEmbed = (
export const createSuccessEmbed = (
message: string,
color = 65280,
color = 0x00ea00,
): MessageCreateOptions => ({
embeds: [
{