1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-06-04 09:03:50 -04:00
Files
TheArtificer/src/embeds/common.ts

11 lines
186 B
TypeScript

import { warnColor } from 'embeds/colors.ts';
export const compilingStats = {
embeds: [
{
color: warnColor,
title: 'Compiling latest statistics . . .',
},
],
};