Updated User-Info Command

This commit is contained in:
Ahmad 2024-12-15 18:18:09 -05:00
parent 82f354db1c
commit 84738bb752
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
5 changed files with 76 additions and 31 deletions

View file

@ -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;