Skip to content

Commit 49ca1de

Browse files
committed
Remove invite link
See #64.
1 parent 6e3abe9 commit 49ca1de

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
# FAQBot-CC
22
A Discord bot for getting help with ComputerCraft.
33

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.
55

66
## Features
77
- Answers some frequently asked questions (see `./faqs` for a list).
88
- Link to the documentation and source code of built-in ComputerCraft definitions.
99
- Run snippets of code using [eval.tweaked.cc]
1010

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
17+
`./bin/Release/net6.0/linux-x64/publish/FAQBot-CC`.
18+
- Create `config.json` file containing `{"token": "<your discord token>"}`.
19+
- Run the bot with `./FAQBot-CC`.
20+
1221
[mcm]: https://discord.computercraft.cc "The Minecraft Computer Mods Discord"
1322
[eval.tweaked.cc]: https://github.com/cc-tweaked/eval.tweaked.cc

0 commit comments

Comments
 (0)