pycord
pycord copied to clipboard
pycord - A discord api wrapper written in python!
Now it works and starts. But some functions removed
Random Idea of having webhook support where, `webhook.run()` will trigger the webhook. and using other things related to it, you can create a webhook 'object', with url, content, and maybe...
I need help with finishing off event handling. It'd be greatly appreciated if you pitched in. Example: ```py async def handle_message_create(self, data): message = Message(self.client, data) self.client.messages.add(message) await self.client.emit('message', message)...
For example:- Command Trigger: `!say hello and good morning | hi, nice to meet you` Bot Reply: `hello and good morning 4JR, hi, nice to meet you!` **Add support for...