Sooraj-beep / sherp2.0

9 stars 23 forks source link

Naive implementation of the Votedelete feature. #73

Closed kingslayer268 closed 1 year ago

kingslayer268 commented 1 year ago

For #41.

DhanrajHira commented 1 year ago

Is this formatted with black? We use the default config to format all our code in this repo.

kingslayer268 commented 1 year ago

Nope, it hasn't been formatted using black. Couldn't find any code style guidelines on the repo but I did try to follow the code style from other files.

Sooraj-beep commented 1 year ago

@kingslayer268 what permissions does the bot need to be able to delete messages?

kingslayer268 commented 1 year ago

@Sooraj-beep I'm pretty sure the manage messages permissions should be enough to delete the messages. Also, I've implemented your suggestions.