cleanup cleanup cleanup on isle dd (#2792)

* cleanup cleanup cleanup on isle dd

* fix: rest manager import in test
This commit is contained in:
Skillz4Killz
2023-02-25 20:11:15 -06:00
committed by GitHub
parent b82dafd173
commit 3bbb03b8e3
173 changed files with 13719 additions and 9270 deletions
+7 -7
View File
@@ -1,9 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: ""
title: ''
labels: bug
assignees: ""
assignees: ''
---
**Describe the bug** A clear and concise description of what the bug is.
@@ -11,10 +11,10 @@ assignees: ""
**To Reproduce** Write a small mod.ts example to replicate the behavior.
```ts
import { createBot, startBot } from "https://deno.land/x/discordeno/mod.ts";
import { createBot, startBot } from 'https://deno.land/x/discordeno/mod.ts'
const token = "DO NOT PUT TOKEN HERE!!!";
const botId = BigInt(atob(TOKEN.split(".")[0]));
const token = 'DO NOT PUT TOKEN HERE!!!'
const botId = BigInt(atob(TOKEN.split('.')[0]))
const bot = createBot({
token,
@@ -23,9 +23,9 @@ const bot = createBot({
// ADD EVENTS NEEDED TO SHOW THE BUG HERE
},
intents: 0, // ADD INTENTS NEEDED HERE FOR YOUR TEST IF NECESSARY
});
})
await startBot(bot);
await startBot(bot)
```
**Expected behavior** A clear and concise description of what you expected to happen.
+2 -2
View File
@@ -1,9 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ""
title: ''
labels: feat
assignees: ""
assignees: ''
---
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem