File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 "pg" : " ^8.20.0" ,
3232 "tsx" : " ^4.21.0" ,
3333 "zod" : " ^4.4.3"
34- },
35- "imports" : {
36- "#/*" : [" ./dist/*" ],
37- "#database" : [" ./dist/libs/database.js" ]
3834 }
3935}
Original file line number Diff line number Diff line change 88 SlashCommandOptionsOnlyBuilder ,
99 SlashCommandSubcommandsOnlyBuilder ,
1010} from 'discord.js' ;
11- import { logger } from '# /libs/logger.js' ;
11+ import { logger } from '../.. /libs/logger.js' ;
1212
1313type DiscordSlashCommandBuilder =
1414 | SlashCommandBuilder
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import {
1414 getActiveBoosters ,
1515 getTotalBoosts ,
1616 registerBoost ,
17- } from "# /services/boosterService.js" ;
18- import { Command } from "# /base/classes/command.js" ;
17+ } from ".. /services/boosterService.js" ;
18+ import { Command } from ".. /base/classes/command.js" ;
1919
2020export default new Command ( {
2121 info : new SlashCommandBuilder ( )
Original file line number Diff line number Diff line change 66 ActionRowBuilder ,
77} from "discord.js" ;
88import axios from "axios" ;
9- import { Command } from "# /base/classes/command.js" ;
9+ import { Command } from ".. /base/classes/command.js" ;
1010import packageInfo from "../../package.json" with { type : "json" } ;
1111
1212interface GithubRes {
Original file line number Diff line number Diff line change 1- import "# /libs/loadVariables.js" ;
1+ import ".. /libs/loadVariables.js" ;
22import {
33 SlashCommandBuilder ,
44 MessageFlags ,
55} from "discord.js" ;
6- import { loadCommands } from "# /libs/loadCommands.js" ;
7- import { Command } from "# /base/classes/command.js" ;
6+ import { loadCommands } from ".. /libs/loadCommands.js" ;
7+ import { Command } from ".. /base/classes/command.js" ;
88
99export default new Command ( {
1010 info : new SlashCommandBuilder ( )
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ import {
55 TextDisplayBuilder ,
66 MessageFlags ,
77} from "discord.js" ;
8- import { ensureBoosterWhileBoosting , getBooster } from "# /services/boosterService.js" ;
8+ import { ensureBoosterWhileBoosting , getBooster } from ".. /services/boosterService.js" ;
99import {
1010 createCustomRole ,
1111 updateCustomRole ,
1212 deleteCustomRole ,
13- } from "# /services/roleService.js" ;
14- import { Command } from "# /base/classes/command.js" ;
13+ } from ".. /services/roleService.js" ;
14+ import { Command } from ".. /base/classes/command.js" ;
1515
1616const ACCENT = 0xe642a4 ;
1717
Original file line number Diff line number Diff line change 44 ChannelType ,
55 LabelBuilder ,
66} from "discord.js" ;
7- import { Command } from "# /base/classes/command.js" ;
7+ import { Command } from ".. /base/classes/command.js" ;
88
99export default new Command ( {
1010 info : new SlashCommandBuilder ( )
Original file line number Diff line number Diff line change 66 MessageFlags ,
77 ContainerBuilder ,
88} from "discord.js" ;
9- import { Command } from "# /base/classes/command.js" ;
10- import { prisma } from "# /libs/database.js" ;
11- import { SystemColors } from "# /libs/colors.js" ;
9+ import { Command } from ".. /base/classes/command.js" ;
10+ import { prisma } from ".. /libs/database.js" ;
11+ import { SystemColors } from ".. /libs/colors.js" ;
1212
1313export default new Command ( {
1414 info : new SlashCommandBuilder ( )
Original file line number Diff line number Diff line change 11import { Client , Events } from "discord.js" ;
2- import { logger } from "# /libs/logger.js" ;
2+ import { logger } from ".. /libs/logger.js" ;
33
44export default {
55 name : Events . ClientReady ,
Original file line number Diff line number Diff line change 1- import "# /libs/loadVariables.js" ;
1+ import ".. /libs/loadVariables.js" ;
22import {
33 Client ,
44 EmbedBuilder ,
@@ -11,13 +11,13 @@ import {
1111 removeBoost ,
1212 scheduleCustomRoleDeletionAfterGrace ,
1313 clearPendingCustomRoleDeletion ,
14- } from "# /services/boosterService.js" ;
14+ } from ".. /services/boosterService.js" ;
1515import {
1616 assignLevelRoles ,
1717 removeAllLevelRoles ,
18- } from "# /services/roleService.js" ;
19- import { logger } from "# /libs/logger.js" ;
20- import { prisma } from "# database" ;
18+ } from ".. /services/roleService.js" ;
19+ import { logger } from ".. /libs/logger.js" ;
20+ import { prisma } from "../libs/ database.js " ;
2121
2222export default {
2323 name : Events . GuildMemberUpdate ,
You can’t perform that action at this time.
0 commit comments