2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-31 06:05:22 +00:00

Merge pull request #65 from DonMcCoy/develop

Fix a Typo
This commit is contained in:
Pouria Ezzati
2018-04-02 11:28:16 +04:30
committed by GitHub

View File

@@ -11,7 +11,7 @@ const { ban } = require('../stores/user');
const displayUser = user =>
user.first_name
? link(user)
: `an user with id <code>${user.id}</code>`;
: `a user with id <code>${user.id}</code>`;
module.exports = async ({ admin, userToBan, reason }) => {
// move some checks from handler here?