Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/audriuxsmik/discord-custom-word-counter-bot
- Owner: audriuxsmik
- License: mit
- Created: 2024-04-24T17:47:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T16:42:08.000Z (7 months ago)
- Last Synced: 2024-11-14T22:07:17.795Z (3 months ago)
- Topics: counter, discord, discord-js, discord-word-counter, discordjs-v14, word-logger
- Language: JavaScript
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.