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
{{ message }}
This repository was archived by the owner on Oct 12, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
-
# StoreBot - WIP
1
+
# StoreBot - Legacy
2
2
StoreBot is a *work in progress* Discord bot that makes use of [StoreLib](https://github.com/TitleOS/StoreLib). Current features include printing of moderate listing details and FE3 package links.
3
3
4
4
## Usage:
5
5
6
-
Clone the repo and build StoreBot using Visual Studio 2019. Define your [Discord Bot Token](https://discordapp.com/developers/applications) in settings.config, on the AuthToken line.
6
+
Clone the repo and build StoreBot using Visual Studio 2019. Define your [Discord Bot Token](https://discordapp.com/developers/applications) in settings.config, on the AuthToken line or via a *user* environment variable named "STOREBOTTOKEN".
7
7
Run StoreBot.dll using the .net core runtime:
8
8
```
9
9
dotnet.exe StoreBot.dll
10
10
```
11
-
Once StoreBot logs into Discord, invite the bot to the server of your choice then refer to commands below.
12
-
11
+
You can also download the self-contained exe for Windows from Releases.
13
12
13
+
Once StoreBot logs into Discord, invite the bot to the server of your choice then refer to commands below.
0 commit comments