rename detector
This commit is contained in:
parent
17a67aaefa
commit
04f43b188d
7 changed files with 13 additions and 13 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import Detector from "./Detector.js";
|
||||
import detector from "./detector.js";
|
||||
import { cleanMessageContent } from "../utils/strings.js";
|
||||
|
||||
/*check if someone reply to a "quoi" with a "quoicoubeh" or "coubeh"
|
||||
|
|
@ -14,7 +14,7 @@ const answers = [
|
|||
|
||||
];
|
||||
|
||||
export default class QuoicoubehDetector extends Detector {
|
||||
export default class QuoicoubehDetector extends detector {
|
||||
triggerName = 'quoicoubeh';
|
||||
|
||||
detect(message) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue