mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-15 05:03: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
|
@ -4,4 +4,6 @@ export const memberTable = pgTable('members', {
|
|||
id: integer().primaryKey().generatedAlwaysAsIdentity(),
|
||||
discordId: varchar('discord_id').notNull().unique(),
|
||||
discordUsername: varchar('discord_username').notNull(),
|
||||
numberOfWarnings: integer('number_warnings').notNull().default(0),
|
||||
numberOfBans: integer('number_bans').notNull().default(0),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue