mat-1 / forum-sweats

The Discord bot in the Forum Sweats server
https://forumsweats.matdoes.dev
MIT License
9 stars 8 forks source link

Make it so you can get deleted users by their id #82

Closed mat-1 closed 3 years ago

mat-1 commented 3 years ago

If a user isn't in the server, then it should still let you run commands on them using the id. It should make an object, probably called DeletedMember or FakeMember or something, and it would contain most of the attributes from discord.Member, but a lot of them just being None. This would allow muting and unsubbing from members that aren't in the server. The code for this addition should be in betterbot.py