mirror of
https://github.com/thedevs-network/the-guard-bot
synced 2025-10-15 14:25:51 +00:00
Type ctx
This commit is contained in:
committed by
Wojciech Pawlik
parent
f018464482
commit
758b924436
@@ -15,6 +15,7 @@ const {
|
||||
getUser,
|
||||
} = require('../../stores/user');
|
||||
|
||||
/** @param { import('../../typings/context').ExtendedContext } ctx */
|
||||
const adminHandler = async ({ from, message, reply }) => {
|
||||
if (!isMaster(from)) return null;
|
||||
|
||||
|
Reference in New Issue
Block a user