https://github.com/raphaeldenni/cleanbot
[PAUSED DEV FOR NOW] A bot for the Discord server of the french cleanwalk platform Cleanwalk.org
https://github.com/raphaeldenni/cleanbot
bot cleanwalk cleanwalks discord discord-bot javascript node-js nodejs
Last synced: over 1 year ago
JSON representation
[PAUSED DEV FOR NOW] A bot for the Discord server of the french cleanwalk platform Cleanwalk.org
- Host: GitHub
- URL: https://github.com/raphaeldenni/cleanbot
- Owner: raphaeldenni
- License: apache-2.0
- Created: 2021-08-17T19:30:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T19:58:44.000Z (about 3 years ago)
- Last Synced: 2025-02-10T09:16:08.103Z (over 1 year ago)
- Topics: bot, cleanwalk, cleanwalks, discord, discord-bot, javascript, node-js, nodejs
- Language: JavaScript
- Homepage:
- Size: 540 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cleanbot
A bot for the [Discord server](https://discord.gg/S7ADp8AEYA) of the french cleanwalk platform [Cleanwalk.org](https://cleanwalk.org)

## Requirements
You need to download the following module with npm :
- Discord.js (v14) : `npm i discord.js`
- Dotenv (latest) : `npm i dotenv`
- @napi-rs/canvas (latest) : `npm i @napi-rs/canvas`
- Moment.js (latest) : `npm i moment`
You need to provide 3 variables into a file located at `./ressources/config.json` :
- `clientId` : the client ID of your bot
- `guildId` : the ID of the guild where the bot will be used
- `welcome_channel` : the ID of the welcome channel
- `count_channel` : the ID of the count channel
You need to provide the bot's token into a `.env` file with this format :
`BOT_TOKEN=[your_token]`
Finally, you need to download `OdibeeSans-Regular` font into the `ressources` folder.