www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Discord bot written in D

reply Quantium <qchessv2 gmail.com> writes:
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?
Apr 06 2020
next sibling parent reply JN <666total wp.pl> writes:
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?
Apr 07 2020
parent Quantium <qchessv2 gmail.com> writes:
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.
Apr 07 2020
prev sibling parent Meta <jared771 gmail.com> writes:
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.
Apr 07 2020