Petrosz007 / RedPandaBot

Red Panda Discord bot
0 stars 1 forks source link

Add basic Discord bot integration #6

Open Petrosz007 opened 3 years ago

Petrosz007 commented 3 years ago

Create an initial discord bot, that can use slash commands and replies Hello World. Use this library: https://github.com/Nihlus/Remora.Discord

xKaelyn commented 3 years ago

Create an initial discord bot, that can use slash commands and replies Hello World. Use this library: https://github.com/Nihlus/Remora.Discord

Any reason why you've chosen this library? I'm curious.

Petrosz007 commented 3 years ago

It has support for slash commands and threads, the other .NET packages haven't implemented them yet.

xKaelyn commented 3 years ago

DSharpPlus supports both natively.