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
@@ -29,10 +29,10 @@ Alongside commands, this bot also features:
29
29
* Rule agreement button embed with `#code-of-conduct`
30
30
31
31
---
32
-
## Installation
33
-
**This is a private bot used for a specific purpose within a specific discord server however if you do want to run the bot for testing purposes or deploy it to a new location. Follow the instructions below.**
32
+
## Installation
33
+
**This is a private bot used for a specific purpose within a specific discord server however if you do want to run the bot for testing purposes or deploy it to a new location. Follow the instructions below.**
34
34
35
-
### 🐋 Docker
35
+
### 🐋 Docker
36
36
Due to the [Publish.yml](.github/workflows/publish.yml) workflow, the newest build will automatically be pushed to dockerhub.
37
37
38
38
```docker
@@ -48,13 +48,17 @@ kieranr27/hullcss:main
48
48
Using a tool like [Ouroboros](https://github.com/pyouroboros/ouroboros), you can automatically update containers without the need for restarts.
49
49
50
50
### 👷 Manual
51
-
- Clone the repo
51
+
- Clone the repo
52
52
- Remove the `.template` from `.env.template`
53
53
- Replace `INSERT DISCORD TOKEN` with your Discord token.
54
54
- Run `npm i` to install packages
55
55
- Run `node .` to run the bot
56
56
57
57
---
58
58
## Contributions
59
-
While this bot is maintained by [Kieran](https://github.com/KieranRobson), contributors are welcome!
60
-
- Contribution guidelines are coming soon.
59
+
While this bot is maintained by [Kieran](https://github.com/KieranRobson), contributors are welcome!
60
+
- Contribution guidelines are coming soon.
61
+
62
+
## License
63
+
64
+
hullcss-discord-bot is licensed under the MIT License. The full license text is included in the [LICENSE](LICENSE) file in this repository. Tldr legal have a [great summary](https://www.tldrlegal.com/l/mit) of the license if you're interested.
0 commit comments