Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/audriuxsmik/discord-custom-word-counter-bot

Discord.js custom word counter bot made using discord.js v14.
https://github.com/audriuxsmik/discord-custom-word-counter-bot

counter discord discord-js discord-word-counter discordjs-v14 word-logger

Last synced: 29 days ago
JSON representation

Discord.js custom word counter bot made using discord.js v14.

Awesome Lists containing this project

README

        



# Discord.js custom word counter bot made using discord.js v14. Made by audriuxsmik.

Simple discord.js custom word counter bot made using discord.js v14.

![alt text](https://raw.githubusercontent.com/audriuxsmik/discord-custom-word-counter-bot/main/preview.png)

## Features

- Easy customizability with `config.js`.
- Simple and understandable code structure.
- Simple discord slash commands.

## Notes

- Recommended to use the newest `discord.js` & `fs` version.

## Installation

To get started with the discord.js custom word counter bot, follow these steps:

1. Clone the repository by downloading it as a ZIP file or running the command `git clone https://github.com/audriuxsmik/discord-custom-word-counter-bot`.
2. Navigate to the template's directory and fill all `config.js` empty config spaces.
3. Download all the needed node modules with `npm install`: `discord.js` & `fs`.
4. Use `node index.js` or `node .` to start the bot.