Go to file
Kieran 4e679e313b Added Ouroboros reference 2022-06-12 10:57:45 +01:00
.github/workflows Added docker commands 2022-06-12 10:54:11 +01:00
.vscode aa 2022-06-02 16:41:58 +01:00
SlashCommands Added links slash command 2022-05-13 10:58:21 +01:00
commands Added lampadaferens 2022-06-08 13:54:02 +01:00
events Update ids 2022-06-08 13:55:38 +01:00
handler Update ids 2022-06-08 13:55:38 +01:00
images Added gorblarge 2022-05-24 10:02:24 +01:00
.gitignore Changes of various ammounts 2022-06-02 02:14:39 +01:00
README.md Added Ouroboros reference 2022-06-12 10:57:45 +01:00
dockerfile Update dockerfile 2022-06-04 10:01:33 +01:00
index.js Changes of various ammounts 2022-06-02 02:14:39 +01:00
package-lock.json Test 2022-06-01 21:17:26 +01:00
package.json Test 2022-06-01 21:17:26 +01:00

README.md

HullCSS Discord Bot

This bot is a multipurpose discord bot for The Hull Computer Science Society Discord server.

This bot features multiple command types from:

  • Admin
  • Embeds
  • Fun
  • General

Installation

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 container. Run the below command to run the bot.

Due to the Publish.yml workflow, the newest build will automatically be pushed to dockerhub.

docker run -d \
--name=hullcss \
-p 6001:6001 \
-e DISCORD_TOKEN='INSERT DISCORD TOKEN' \
-e PREFIX='!' \
--restart unless-stopped \
kieranr27/hullcss:latest

Using a tool like Ouroboros, you can automatically update containers without the need for restarts.


Contributions

While this bot is maintained by Kieran, contributors are welcome!

  • Contribution guidelines are coming soon.