pycord icon indicating copy to clipboard operation
pycord copied to clipboard

pycord - A discord api wrapper written in python!

Results 6 pycord issues
Sort by recently updated
recently updated
newest added

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...

feature request
Hacktoberfest

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)...

help wanted
Hacktoberfest

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...

feature request