Removed unneeded .js extensions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { GuildMember, userMention } from "discord.js"
|
||||
import { devMessage, embedColor } from "~/config/options.js"
|
||||
import { countingBanned } from "~/config/roles.js"
|
||||
import { devMessage, embedColor } from "~/config/options"
|
||||
import { countingBanned } from "~/config/roles"
|
||||
import { SubCommand } from "~/typings"
|
||||
|
||||
const cmd: SubCommand = async (interaction) => {
|
||||
|
||||
Reference in New Issue
Block a user