mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-01-31 00:19:00 +03:00
README: Refer to the Octobot's Wiki in Building Octobot (#316)
Signed-off-by: Fakeintxsh <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
parent
29a1eb9869
commit
2b0c4b62d3
1 changed files with 5 additions and 12 deletions
|
@ -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
|
* Reminding everyone about that new event you made
|
||||||
* Renaming those annoying self-hoisting members
|
* Renaming those annoying self-hoisting members
|
||||||
* Log everything from joining the server to deleting messages
|
* Log everything from joining the server to deleting messages
|
||||||
* Listen to music!
|
* Listen to Inkantation!
|
||||||
|
|
||||||
*...a-a-and more!*
|
*...a-a-and more!*
|
||||||
|
|
||||||
## Building Octobot
|
## Building Octobot
|
||||||
|
|
||||||
1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
|
Check out the Octobot's Wiki for details.
|
||||||
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.
|
| [Windows](https://github.com/TeamOctolings/Octobot/wiki/Installing-Windows) | [Linux/macOS](https://github.com/TeamOctolings/Octobot/wiki/Installing-Unix) |
|
||||||
```
|
| --- | --- |
|
||||||
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'
|
|
||||||
```
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue