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

[Discial-api]-[Lib] Create channel request from discord api. #15

Open
phatdev12 opened this issue Nov 5, 2022 · 4 comments
Open

[Discial-api]-[Lib] Create channel request from discord api. #15

phatdev12 opened this issue Nov 5, 2022 · 4 comments
Assignees
Labels
enhancement New feature or request 🔌 request:feature Request a feature if you want to contribute

Comments

@phatdev12 phatdev12 added enhancement New feature or request 🔌 request:feature Request a feature if you want to contribute labels Nov 5, 2022
@phatdev12
Copy link
Member Author

Updates

import https, { RequestOptions } from 'node:https';
import {method, options} from '../.';

class Channel {
  /**
   * @private {https, method}
   */
  private static https: typeof https = https;
  private static method: typeof method = method;
  ...

}

@aiko-chan-ai
Copy link
Contributor

@phatdev12 hi ...

@phatdev12
Copy link
Member Author

Hi

@code-ga
Copy link
Contributor

code-ga commented Jun 6, 2023

we could dev this on another branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 🔌 request:feature Request a feature if you want to contribute
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

4 participants