-
## 메모
```bash
npm init -y
npm install discord.js
touch index.js
```
```js
{
"clientId": /* discord developer Application ID */,
"guildId": /* 서버 ID */,
"token": /* discord …
-
### Summary
checks doesn't work for autocompleters, they works only after I selected something from the list
### Reproduction Steps
I run the command
![image](https://user-images.githubuserconten…
-
We're using this action in github.com/typescript-eslint/typescript-eslint and although it works well, it takes up a _lot_ of workflow space. Since it needs to run on all comments & comment edits, ever…
-
### Steps to reproduce
Copied from: https://github.com/microsoft/botbuilder-dotnet/issues/6465
Posted by: @harald-thoenig
I'm using Microsoft Bot Framework V4 SDK to create a messaging extension …
-
JACoB here...
I can now access this repo!
Please note: I am available to do code reviews in this repo if you add the comment `@jacob-ai-bot code review` to a pull request.
At the moment, I can only w…
-
## CVE-2023-26136 - Medium Severity Vulnerability
Vulnerable Libraries - tough-cookie-2.5.0.tgz, tough-cookie-3.0.1.tgz, tough-cookie-4.0.0.tgz, tough-cookie-2.3.4.tgz, tough-cookie-2.4.3.tgz
tough…
-
This document outlines our focused tasks for TypeScript 5.6. It minimally indicates intent to investigate tasks or contribute to an implementation. Nothing is set in stone, but we will strive to compl…
-
This issue tracks the adoption of Typescript into Supibot
Supibot itself:
- [x] Initial support with build infrastructure etc - https://github.com/Supinic/supibot/pull/95
- [x] Definitions for gl…
-
### Is there an existing integration?
- [X] I have searched the existing integrations.
### Use Case
Hi everyone. I'm trying to connect MindsDB with Denodo in order to create real time data cycle fo…
-
https://github.com/r-anime/discord-mod-bot/blob/master/bot/util/discord.js#L63 if `guild` is undefined the `guild._client` will break. Client should be passed to this function explicitly since `guild`…