Thread overview
Discord bot written in D
Apr 06, 2020
Quantium
Apr 07, 2020
JN
Apr 07, 2020
Quantium
Apr 08, 2020
Meta
April 06, 2020
Are there any libraries to creade a simple discord bot using D? And if you know these libraries, could you day me their pros and cons?
April 07, 2020
On Monday, 6 April 2020 at 21:23:22 UTC, Quantium wrote:
> Are there any libraries to creade a simple discord bot using D? And if you know these libraries, could you day me their pros and cons?

There are four Discord API related libraries on code.dlang.org. Have you checked those?
April 07, 2020
On Tuesday, 7 April 2020 at 11:43:46 UTC, JN wrote:
> On Monday, 6 April 2020 at 21:23:22 UTC, Quantium wrote:
>> Are there any libraries to creade a simple discord bot using D? And if you know these libraries, could you day me their pros and cons?
>
> There are four Discord API related libraries on code.dlang.org. Have you checked those?

Yes, I've seen 2 or 3, but there isn't a good documentation. Also I don't know which of packages is better.
April 08, 2020
On Monday, 6 April 2020 at 21:23:22 UTC, Quantium wrote:
> Are there any libraries to creade a simple discord bot using D? And if you know these libraries, could you day me their pros and cons?

I've used https://github.com/b1naryth1ef/dscord to build a Discord bot, a little over a year ago. However, it didn't even seem that actively maintained back then; I had to patch over at least one bug. Other than that, though, it worked smoothly and was easy to get started with.