Skip to content

Lightweight - fast - easy-to-use - mono-friendly library to host a Discord bot inside a gameserver like SCP:SL

License

Notifications You must be signed in to change notification settings

UncomplicatedCustomServer/SimpleDiscord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PUBLIC BETA This is a public beta   Fast, easy and mono-friendly library to host a Discord bot on your gameserver console

Note

This library has been created and tested to work on the SCP:Secret Laboratory game server console with the plugin loader EXILED Official

What's SimpleDiscord

Have you ever dreamed of creating a plugin that can do something on your Discord server as well?
Well from today with this library you can integrate a Discord bot into your plugin and then have it hosted by the server!
SimpleDiscord has many advantages such as being:

Event-driven lib

You will receive new data through events, which are very easy to listen at

Auto-sync core

You won't have to update channels, members, or any other component when you receive an event-the library does it itself, so any information is always up-to-date!

Rate-limit handler

The library performs tight rate limit checks on the various endpoints.
Although it is always best to await requests, even if you don't our system will manage resources as best it can to avoid reaching the ratelimit via a queue system :D

Easy to use

We have tried to make the library as dev-friendly as possible - you will quickly understand the logic behind it

Start using SimpleDiscord in your plugin

You can find everything inside our Official WIKI

Still need more support?

Join our Official Discord server

About

Lightweight - fast - easy-to-use - mono-friendly library to host a Discord bot inside a gameserver like SCP:SL

Topics

Resources

License

Stars

Watchers

Forks

Languages