basicBot / source

A not so basic bot for plug.dj
89 stars 593 forks source link

Disable Autowoot #122

Closed Beaupedia closed 2 years ago

Beaupedia commented 8 years ago

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

Benchmaker commented 7 years ago

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

Trigstur commented 7 years ago

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},

Benzi commented 7 years ago

https://github.com/basicBot/source/issues/122#issuecomment-270451338 I'll add those Soon:tm:

Benchmaker commented 7 years ago

https://github.com/basicBot/source/pull/134 @Benzi