Go to file
Kieran e5be0afbab Revert changes 2022-09-09 11:11:41 +01:00
.github/workflows RM Latest Tag 2022-06-27 12:31:35 +01:00
SlashCommands Fix unlock and lock normal 2022-08-27 21:25:29 +01:00
commands Added usefullink embed 2022-08-30 15:19:47 +01:00
docs Add tos and priv policy 2022-08-16 20:35:34 +01:00
events Revert changes 2022-09-09 11:11:41 +01:00
handler Fixed Dupe Slash Commands 2022-06-27 11:59:30 +01:00
images Added gorblarge 2022-05-24 10:02:24 +01:00
.dockerignore Added .dockerignore 2022-09-01 21:45:53 +01:00
.env.template Fix env template 2022-08-27 21:30:50 +01:00
.gitignore File cleanup 2022-06-12 11:21:25 +01:00
LICENSE Change License from Apache to MIT 2022-07-02 11:56:20 +01:00
README.md Typo 2022-09-04 18:16:02 +01:00
dockerfile Update docker image 2022-08-16 17:44:33 +01:00
index.js RM dead link from welcome 2022-07-25 15:16:47 +01:00
package-lock.json Update discord.js 2022-08-16 16:50:00 +01:00
package.json Update discord.js 2022-08-16 16:50:00 +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
  • Slash Commands

Alongside commands, this bot also features:

  • Auto threading in #coursework-help channel to keep it clean
  • Auto embedding of events for information and archiving
  • Select menu role system within #roles
  • Rule agreement button embed with #code-of-conduct

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 location. Follow the instructions below.

🐋 Docker

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:main

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

👷 Manual

  • Clone the repo
  • Remove the .template from .env.template
  • Replace INSERT DISCORD TOKEN with your Discord token.
  • Run npm i to install packages
  • Run node . to run the bot

Contributions

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

  • Contribution guidelines are coming soon.