Remove unused constant

cshd
Dragory 2020-10-22 00:53:54 +03:00
parent d05672a2dc
commit 48777b7733
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ const {
getModeratorDefaultDisplayRoleName, getModeratorDefaultDisplayRoleName,
} = require("../data/displayRoles"); } = require("../data/displayRoles");
const ROLE_OVERRIDES_METADATA_KEY = "moderatorRoleOverrides";
module.exports = ({ bot, knex, config, commands }) => { module.exports = ({ bot, knex, config, commands }) => {
if (! config.allowChangingDisplayRole) { if (! config.allowChangingDisplayRole) {
return; return;