mirror of
https://github.com/thedevs-network/the-guard-bot
synced 2025-10-17 14:35:56 +00:00
merged ban & admin DBs into user DB
This commit is contained in:
@@ -12,8 +12,8 @@ const { masterID } = loadJSON('config.json');
|
||||
const { replyOptions } = require('../../bot/options');
|
||||
|
||||
// DB
|
||||
const { isAdmin, admin } = require('../../stores/admin');
|
||||
const { isBanned } = require('../../stores/ban');
|
||||
const { isAdmin, admin } = require('../../stores/user');
|
||||
const { isBanned } = require('../../stores/user');
|
||||
const { getWarns, nowarns } = require('../../stores/warn');
|
||||
|
||||
const adminHandler = async ({ message, reply }) => {
|
||||
|
Reference in New Issue
Block a user