forked from Lea/obama-bot
Disabled auto publishing in #shitposting channel
This commit is contained in:
parent
de9fa27296
commit
acd4b153b3
|
@ -6,6 +6,9 @@ const emoji = '719181283393142786';
|
|||
|
||||
client.on('messageReactionAdd', async function(reaction, user) {
|
||||
|
||||
// Some people abused this "feature", to it is temporarily disabled.
|
||||
return;
|
||||
|
||||
let publish = false;
|
||||
|
||||
// Fetch partials
|
||||
|
|
Loading…
Reference in a new issue