You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Discord bot for getting help with ComputerCraft.
3
3
4
-
This bot is used in the [Minecraft Computer Mods][mcm] Discord Server. You can also [invite it to your server][invite].
4
+
This bot is used in the [Minecraft Computer Mods][mcm] Discord Server.
5
5
6
6
## Features
7
7
- Answers some frequently asked questions (see `./faqs` for a list).
8
8
- Link to the documentation and source code of built-in ComputerCraft definitions.
9
9
- Run snippets of code using [eval.tweaked.cc]
10
10
11
-
[invite]: https://discord.com/api/oauth2/authorize?client_id=698485015339597824&permissions=0&scope=bot%20applications.commands"Invite this bot to your guild."
11
+
## Using
12
+
Due to requiring the message content intent, this bot does not have a public
13
+
instance, and must be self-hosted.
14
+
15
+
- Run `dotnet publish -c Release --self-contained true -r linux-x64` to build
16
+
the project. The resulting executable is written to
0 commit comments