-
Notifications
You must be signed in to change notification settings - Fork 78
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
Adding missing types #296
Adding missing types #296
Conversation
@@ -42,6 +46,8 @@ const executables = [ | |||
{ f: rg.getReactions, type: 'GetReactionsAPIResponse' }, | |||
{ f: rg.updateChannel, type: 'UpdateChannelAPIResponse' }, | |||
{ f: rg.deleteChannel, type: 'DeleteChannelAPIResponse' }, | |||
/** Keeping truncate quite for now. Needs some fixes on backend regardind commands array in response */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo and could you explain what is needed to be fixed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I saw the discussion with Mike and it's good to have a reference. I think this comment is enough, no need write in source since it will be updated soon.
@@ -75,6 +75,16 @@ async function deleteChannel() { | |||
return await channel.delete(); | |||
} | |||
|
|||
async function truncateChannel() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but generator is added ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah thats fine. Once backend fix is ready, we will use it anyways!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Types/files images
build: v1.30.5
Submit a pull request
CLA
Description of the pull request