Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revive it, but remove some functionality #13

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Revive it, but remove some functionality #13

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 29, 2020

Now it works and starts. But some functions removed

@todo
Copy link

todo bot commented Nov 29, 2020

add permission overwrites

pycord/models/channel.py

Lines 52 to 57 in b477a36

# TODO: add permission overwrites
async def send(self, content:str=None, **kwargs):
api = self.guild.client.api
kwargs['content'] = str(content)
return await api.send_message(self, **kwargs)


This comment was generated by todo based on a TODO comment in b477a36 in #13. cc @SNvMK.

@todo
Copy link

todo bot commented Nov 29, 2020

everything

https://github.com/kyb3r/pycord/blob/b477a36ce76ccbcf99b5125ff8380634a446cfba/models/emoji.py#L39-L41


This comment was generated by todo based on a TODO comment in b477a36 in #13. cc @SNvMK.

@todo
Copy link

todo bot commented Nov 29, 2020

implement other attributes

# TODO: implement other attributes


This comment was generated by todo based on a TODO comment in b477a36 in #13. cc @SNvMK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants