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

Revert "Addcommand documentation"

This reverts commit d6611e4158.
This commit is contained in:
Martin Rys
2021-05-12 16:30:53 +02:00
parent f522ecd923
commit a89ca3899a
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ if (process.env.NODE_ENV === 'development') {
module.exports = bot;
// Otherwise the bot can't ban on reaching max warns due to botInfo not being available to get its admin ID
// Elsewhere the bot can't ban on reaching max warns due to botInfo not being available to get its admin ID
Object.defineProperty(bot.context, "botInfo", {
get () { return bot.botInfo; }
})