04.11.2016, 12:36
Quote:
I think I'll give it a try. I'll have to further read into the documentation though, since there is no Discord library for C++, so I need to do everything manually by the book (or rather documentation).
If I understood correctly, that plugin should mainly provide a callback which is always called when someone writes a message in one of the server's channels, right? Oh, and if anyone has some experience with adding/configuring bots to their servers, I'd appreciate it if he/she would explain that process to me. |
The minimum: read messages and send messages. Command processing can be done in pawn, but plugin-based is desirable.