Skip to content

mistycornish11-stack/Clarence-Bot

 
 

Repository files navigation

Clarence Bot

Clarence is a multipurpose discord bot for The Innercube Discord Server.


This bot features multiple command types from:

  • Admin
  • Fun
  • General
  • Info
  • Rainbow Six Siege

Installation

🐋 Docker

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

docker run -d \
--name=clarence \
-p 6002:6002 \
-e DISCORD_TOKEN='INSERT DISCORD TOKEN' \
-e MONGOOSE='INSERT MONGODB URL' \
-e PREFIX='-' \
--restart unless-stopped \
kieranr27/clarence:latest

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
  • Add required variables to .env
  • Run npm i
  • Run node .

Contributions

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

Invite

Invite Clarence to your discord server: https://discord.com/api/oauth2/authorize?client_id=875491402497294447&permissions=8&scope=bot

About

A multipurpose discord bot with admin, fun and information commands

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%