https://github.com/someaspy/scp-079
A discord bot
https://github.com/someaspy/scp-079
bot discord discord-bot javascript nodejs
Last synced: about 1 month ago
JSON representation
A discord bot
- Host: GitHub
- URL: https://github.com/someaspy/scp-079
- Owner: SomeAspy
- License: gpl-3.0
- Created: 2022-01-19T22:33:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T02:26:02.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T11:44:02.485Z (over 1 year ago)
- Topics: bot, discord, discord-bot, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 143 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SCP-079
A discord bot I'm writing in JavaScript with slash commands.
## Use it yourself:
1. Rename `example.env` to `.env`
2. Replace `PASTE YOUR TOKEN HERE` with your bot token
3. Set configurations in `settings.ts`:
- `clientID` is the bot's user ID, hopefully this will be automated in the future.
- `ownerID` is your user ID
- `devMode` is a boolean (read more on what this does below)
- `guildID` is only needed if `devMode=true`
4. run "`npm i`" in the bot folder
5. run "`npm run start`" in the bot folder to compile and start the bot
### What is `devMode`?
```devMode``` when set to true, will only send slash commands to the server specified in `guildID`, the reason you would want to do this is that when `devMode` is false, commands can take up to an hour to push to discord, and are also pushed to all guilds the bot is in.