-
### Summary
Error in import
### Reproduction Steps
I typed in the following and got an error
`from discord.ext import commands`
Error : `TypeError: is not a callable object`
### Code
_No res…
-
Upon attempting to install the package with npm by using "npm install @dank074/discord-video-stream@latest" the install errors out and fails. Errors start at ~line 480 in the log.
It appears that thi…
-
### Summary
When running the bot, I receive list index out of range error. I did not receive this error before today. I was running it fine yesterday (and days before) with no code changes.
### …
-
### Summary
The selfbot doesnt respond
### Reproduction Steps
Start main.py
### Code
```python
@bot.command
async def kek(ctx):
await ctx.send("yes ?")
bot.run(token)
```
### Expected …
-
.
-
05:03:21 | INFO | Updates doesn't found.
Traceback (most recent call last):
File "/home/runner/discord-server-copy-1/main.py", line 404, in
bot.run(token, log_handler=file_handler, log_f…
-
### Summary
a runtime error whenever I try to load an extension(cogs)
### Reproduction Steps
1. create a new file where a `cog` will reside.
2. create a class, `inheriting commands.Cog`, wri…
-
Same issue as #24
`Error making the request: 0, message='Attempt to decode JSON with unexpected mimetype: text/html; charset=utf-8', url=URL('https://gpt4.xunika.uk/api/openai/v1/chat/completions'…
-
I downloaded your repository, installed dependencies via bat file, wrote my promt in instructions, wrote channel in channels.txt, wrote my token and word trigger
I tried to get some kind of response …
-
### Summary
NotImplementedError
### Reproduction Steps
requires a and action_row to have text_input in a model
and put in an answer for text_input, and submit
### Code
```python
if ctx.component…