mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-10 10:43:06 +00:00
Updated User-Info Command
This commit is contained in:
parent
82f354db1c
commit
84738bb752
5 changed files with 76 additions and 31 deletions
|
@ -3,7 +3,7 @@ import path from 'node:path';
|
|||
import { Client, Collection, Events, GatewayIntentBits } from 'discord.js';
|
||||
|
||||
import { deployCommands } from './util/deployCommand.js';
|
||||
import { removeMember, setMembers } from './util/db.js';
|
||||
import { getMember, removeMember, setMembers } from './util/db.js';
|
||||
|
||||
const config = JSON.parse(fs.readFileSync('./config.json', 'utf8'));
|
||||
const { token, guildId } = config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue