mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-14 09:03:04 -04:00
use subpath import maps
This commit is contained in:
parent
3c087fd648
commit
cf6fb6da9a
115 changed files with 708 additions and 664 deletions
|
@ -1,11 +1,9 @@
|
|||
const { Constants } = require('detritus-client');
|
||||
const { InteractionCallbackTypes, ApplicationCommandOptionTypes } = Constants;
|
||||
const { REWRITE_STYLES } = require('#constants');
|
||||
|
||||
const { REWRITE_STYLES } = require('../../../labscore/constants');
|
||||
const { createEmbed } = require('#utils/embed');
|
||||
const { iconPill, codeblock } = require('#utils/markdown');
|
||||
|
||||
const { createEmbed } = require('../../../labscore/utils/embed');
|
||||
const { iconPill, codeblock } = require('../../../labscore/utils/markdown');
|
||||
const { MessageFlags } = require('detritus-client/lib/constants');
|
||||
const { InteractionCallbackTypes, ApplicationCommandOptionTypes, MessageFlags } = require('detritus-client/lib/constants');
|
||||
|
||||
const superagent = require('superagent')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue