LazyCat
LazyCat
I need to get some already sent messages from channel, but I didn't found any method for that in bot class, is this feature implemented?
### What happened? I've sent following request: ```bash curl \ -X PATCH \ -H "X-Session-Token: $USER_TOKEN" \ 'https://api.revolt.chat/servers/$SERVER_ID/members/$USER_ID' \ --data '{"timeout": "2024-10-17T16:20:41.638Z"}' ``` And it worked, I've got timed out...
## Please make sure to check the following tasks before opening and submitting a PR - [X] I understand and have followed the [contribution guide](https://github.com/revoltchat/.github/blob/master/.github/CONTRIBUTING.md) - [X] I have tested...
### What happened? I've made following request to send friend request to myself: ``` curl \ -X POST \ https://api.revolt.chat/users/friend \ --data '{"username":"MyUsernameHere#0000"}' \ -H "X-Session-Token: ABC123" ``` It resulted...
### What do you want to see? Make admins able to delete messages from users when banning. It also might be a good feature to also delete reactions to recent...