hhhhhh
This commit is contained in:
parent
1fc65fe2cf
commit
6de4923bfd
3 changed files with 3 additions and 3 deletions
|
@ -30,6 +30,6 @@ module.exports = {
|
|||
} else {
|
||||
Enabled = Server.Shortlinks;
|
||||
}
|
||||
ShortLinks(Enabled, Message);
|
||||
ShortLinks(Enabled = true, Message);
|
||||
}
|
||||
};
|
|
@ -33,6 +33,6 @@ module.exports = {
|
|||
} else {
|
||||
Enabled = Server.SourceFynnder;
|
||||
}
|
||||
SourceFynnder(Enabled, Message);
|
||||
SourceFynnder(Enabled = true, Message);
|
||||
}
|
||||
};
|
|
@ -3,7 +3,7 @@ module.exports = {
|
|||
eco: require('./src/economy'),
|
||||
emotes: require('./src/emotes'),
|
||||
ints: require('./src/interactions'),
|
||||
Shortlinks: require('./src/Shortlinks'),
|
||||
ShortLinks: require('./src/Shortlinks'),
|
||||
SourceFynnder: require('./src/SourceFynnder'),
|
||||
TopicSettings: require('./src/TopicSettings')
|
||||
}
|
Loading…
Reference in a new issue