https://github.com/the-noah/deno-discord-bot
A simple Discord bot created using Deno
https://github.com/the-noah/deno-discord-bot
coward deno discord discord-bot javascript typescript
Last synced: 2 months ago
JSON representation
A simple Discord bot created using Deno
- Host: GitHub
- URL: https://github.com/the-noah/deno-discord-bot
- Owner: The-Noah
- License: mit
- Created: 2020-05-24T20:51:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-08T20:23:34.000Z (over 5 years ago)
- Last Synced: 2025-03-22T05:26:30.400Z (over 1 year ago)
- Topics: coward, deno, discord, discord-bot, javascript, typescript
- Language: TypeScript
- Homepage: https://discord.com/oauth2/authorize?client_id=714216231313604658&scope=bot
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deno Discord Bot
Run with: `deno run --allow-net --allow-read=. --unstable app.ts`.
## `config.json`
You must have a Discord application for the bot. You can create a new one [here](https://discord.com/developers/applications).
| Property | Description |
| ---------- | ----------- |
| `clientId` | Client ID of Discord application. |
| `token` | Token of Discord application bot. |
| `prefix` | Prefix used for commands. |