basicBot / source

A not so basic bot for plug.dj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable Autowoot

Beaupedia opened this issue · comments

Hey there, how do we stop the bot from autowooting?

@Beaupedia Why not just leave auto woot on and then make a woot/meh command for the bot?

https://github.com/basicBot/source/blob/master/basicBot.js#L258.
https://github.com/basicBot/custom/blob/master/extension.js#L57.

Change this line

258 autowoot: true,

to

258 autowoot: false,

For custom version it's the same on line 57

57 autowoot: {true/false},

commented

#122 (comment) I'll add those Soon:tm: