https://github.com/midnightdoggo19/say
Says things in a specified channel
https://github.com/midnightdoggo19/say
discord discord-bot discord-js
Last synced: 2 months ago
JSON representation
Says things in a specified channel
- Host: GitHub
- URL: https://github.com/midnightdoggo19/say
- Owner: midnightdoggo19
- License: gpl-3.0
- Created: 2025-01-19T21:06:00.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-02-12T07:34:31.000Z (4 months ago)
- Last Synced: 2025-02-12T08:45:16.587Z (4 months ago)
- Topics: discord, discord-bot, discord-js
- Language: JavaScript
- Homepage:
- Size: 2.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instructions for Use
Clone the repo:
```
git clone https://github.com/midnightdoggo19/say
```
Enter the new directory:
```
cd say
```
Install dependencies:
```
npm i
```
Fill your Discord application's information in `.example.env` and rename it to `.env`. The bot is now ready to run:
```
npm start
```
# Required Intents:
* Server Members
* Message Content