diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-05-26 21:36:50 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-05-26 21:36:50 -0400 |
commit | 0caccda67d97dd74405aa4ece5d3f07e7c7dfc66 (patch) | |
tree | ac124c6c059d96f33fdd3bf1cfec282d8792f16b /src/inhibitors | |
parent | 481a157a177e60f023b59e4e9acffc549760db40 (diff) | |
download | tanzanite-0caccda67d97dd74405aa4ece5d3f07e7c7dfc66.tar.gz tanzanite-0caccda67d97dd74405aa4ece5d3f07e7c7dfc66.tar.bz2 tanzanite-0caccda67d97dd74405aa4ece5d3f07e7c7dfc66.zip |
some rebranding
Diffstat (limited to 'src/inhibitors')
-rw-r--r-- | src/inhibitors/blacklist/BlacklistInhibitor.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inhibitors/blacklist/BlacklistInhibitor.ts b/src/inhibitors/blacklist/BlacklistInhibitor.ts index 82db4c2..309815f 100644 --- a/src/inhibitors/blacklist/BlacklistInhibitor.ts +++ b/src/inhibitors/blacklist/BlacklistInhibitor.ts @@ -1,6 +1,6 @@ -import { BotInhibitor } from '../../lib/extensions/BotInhibitor'; +import { BushInhibitor } from '../../lib/extensions/BushInhibitor'; -export default class BlacklistInhibitor extends BotInhibitor { +export default class BlacklistInhibitor extends BushInhibitor { constructor() { super('blacklist', { reason: 'blacklist' |