-
### Description
In EventHandlingBuilder, we have
```c#
public EventHandlingBuilder AddEventHandlers(ServiceLifetime lifetime = ServiceLifetime.Transient) where T : IEventHandler
```
I request the a…
-
Initially to be a comment in #1908, I wanted to point out some issues with this:
https://github.com/DSharpPlus/DSharpPlus/blob/4f42a502059f6b1c5f155c8ef9622f422f9c2bcf/DSharpPlus/Net/Rest/RestClien…
-
### Summary
Getting the following error from lava link when using the latest DsharpPlus lavalink build with the latest lavalink jar file
`2024-08-22T21:10:07.720+01:00 WARN 26656 --- [ XNIO-1 ta…
-
Discord.py가 read-only 로 아카이브 되었습니다. 더이상의 유지보수가 없어요.
그래서 만약 Discord API가 업데이트 되어서 현재 봇을 쓸 수 없다면...
1. 다른 언어로 바꿔서라도 라이브러리를 찾는다
2. 그냥 우리가 바닥부터 짠다.
3. 이 봇은 개발 중지한다.
등등의 대안이 있을 거 같아요. 추가 대안이…
-
Hello,
While typing a message, aerochat just crashed. This is from the event viewer.
Log Name: Application
Source: .NET Runtime
Date: 19/09/2024 09:49:45
Event ID: 10…
-
### Summary
Throws an error of reference not set when attempting to create a DM to a user after the bot has been up for a longer period of time. This does not occur on start up rather after a while t…
-
Here's all dsp.interactivity functions. This issue was created to decide on what to port and what to discontinue support due to how different is the approach for both APIs are.
All functions will b…
-
### Description
Registering commands intermittently fails with a timeout error.
Have tried changing timeout from 10 seconds to 100 seconds with no difference in results.
### Steps to Reproduce
At…
-
### Summary
```
fail: DSharpPlus.DiscordClient[0]
Dispatch threw an exception:
System.ArgumentOutOfRangeException: The UTC time represented when the offset is applied must be between y…
wthks updated
2 months ago
-
I have this class
```
using DiscordBot.Interfaces;
using DSharpPlus.Commands;
using DSharpPlus.Entities;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
usi…