Go to file
dependabot[bot] ca04610f70
build(deps): bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [docker/login-action](https://github.com/docker/login-action), [docker/metadata-action](https://github.com/docker/metadata-action), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [docker/build-push-action](https://github.com/docker/build-push-action).


Updates `docker/login-action` from 2.2.0 to 3.0.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](465a07811f...343f7c4344)

Updates `docker/metadata-action` from 4.6.0 to 5.0.0
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](818d4b7b91...96383f4557)

Updates `docker/setup-buildx-action` from 2.10.0 to 3.0.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.10.0...v3.0.0)

Updates `docker/build-push-action` from 4.2.1 to 5.0.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](0a97817b6a...0565240e2d)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 08:12:23 +00:00
.github build(deps): bump the github-actions group with 4 updates 2023-09-18 08:12:23 +00:00
docs chore: Run format 2022-12-05 22:44:54 +00:00
src chore: Fix lint 2023-08-24 20:24:41 +01:00
.cspell.json chore: Fix spell 2023-08-24 20:26:35 +01:00
.dockerignore chore: Update ignore files 2022-09-21 19:01:50 +01:00
.eslintrc.json fix: Add eslint ignore for md files 2023-08-21 15:57:11 +01:00
.gitignore chore: Update ignore files 2022-09-21 19:01:50 +01:00
.prettierignore fix: Add prettier ignore 2023-08-21 15:58:45 +01:00
.prettierrc chore: Run format 2022-12-05 22:44:54 +00:00
CHANGELOG.md chore(main): release 4.1.0 2023-08-22 14:12:48 +00:00
LICENSE Change License from Apache to MIT 2022-07-02 11:56:20 +01:00
README.md docs: Fix badge 2023-08-21 15:46:33 +01:00
dockerfile build(deps): bump the docker-dependecies group with 1 update 2023-09-08 14:45:28 +00:00
package.json chore(deps): Bump yarn dependencies 2023-09-11 08:14:16 +00:00
release-please-config.json chore: Run format 2022-12-13 11:18:08 +00:00
yarn.lock chore(deps): Bump yarn dependencies 2023-09-11 08:14:16 +00: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.

License

hullcss-discord-bot is licensed under the MIT License. The full license text is included in the LICENSE file in this repository. TLDR legal have a great summary of the license if you're interested.