Skip to content

Commit

Permalink
README: Refer to the Octobot's Wiki in Building Octobot (#316)
Browse files Browse the repository at this point in the history
Signed-off-by: Fakeintxsh <[email protected]>
  • Loading branch information
mctaylors authored Jun 11, 2024
1 parent 29a1eb9 commit 2b0c4b6
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,16 @@ Veemo! I'm a general-purpose bot for moderation (formerly known as Boyfriend) wr
* Reminding everyone about that new event you made
* Renaming those annoying self-hoisting members
* Log everything from joining the server to deleting messages
* Listen to music!
* Listen to Inkantation!

*...a-a-and more!*

## Building Octobot

1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
2. Go to the [Discord Developer Portal](https://discord.com/developers), create a new application and get a bot token. Don't forget to also enable all intents!
3. Clone this repository and open `Octobot` folder.
```
git clone https://github.com/TeamOctolings/Octobot
cd Octobot
```
4. Run Octobot using `dotnet` with `BOT_TOKEN` variable.
```
dotnet run BOT_TOKEN='ENTER_TOKEN_HERE'
```
Check out the Octobot's Wiki for details.

| [Windows](https://github.com/TeamOctolings/Octobot/wiki/Installing-Windows) | [Linux/macOS](https://github.com/TeamOctolings/Octobot/wiki/Installing-Unix) |
| --- | --- |

## Contributing

Expand Down

0 comments on commit 2b0c4b6

Please sign in to comment.