Orbiit / giggle-bot

A BOT THAT doesn't SCREAM as much (and this time uses discord.js fancy library)
https://discord.gg/azw3qEH
0 stars 0 forks source link

bot dies when you attempt to rob in DM's #14

Closed SheepTester closed 6 years ago

SheepTester commented 6 years ago

see if channel.type is "dm" and if so don't check for members

make line 693 be

if (channel.type !== "dm" && channel.members.has(victim)) {
SheepTester commented 6 years ago

hopefully fixed in 13bc845