mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 09:03:50 -04:00
fix imports
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import config from '../../config.example.ts';
|
||||
import { failColor, infoColor1, successColor } from 'src/embeds/colors.ts';
|
||||
import config from '~config';
|
||||
|
||||
import { failColor, infoColor1, successColor } from 'embeds/colors.ts';
|
||||
|
||||
export const generateApiFailed = (args: string) => ({
|
||||
embeds: [
|
||||
|
||||
Reference in New Issue
Block a user