discordrs 0.3.1

Standalone Discord bot framework with Components V2, Gateway, and HTTP client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>discordrs docs</title>
    <meta http-equiv="refresh" content="0; url=./discordrsdocs/" />
    <script>
      window.location.replace("./discordrsdocs/");
    </script>
  </head>
  <body>
    <p>Redirecting to <a href="./discordrsdocs/">discordrs docs</a>...</p>
  </body>
</html>