2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-10-15 14:25:51 +00:00
This commit is contained in:
Thomas Rory Gummerson
2020-03-10 22:10:48 +01:00
committed by Wojciech Pawlik
parent f018464482
commit 758b924436
42 changed files with 86 additions and 5 deletions

View File

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