mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 09:03:50 -04:00
11 lines
186 B
TypeScript
11 lines
186 B
TypeScript
import { warnColor } from 'embeds/colors.ts';
|
|
|
|
export const compilingStats = {
|
|
embeds: [
|
|
{
|
|
color: warnColor,
|
|
title: 'Compiling latest statistics . . .',
|
|
},
|
|
],
|
|
};
|