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

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

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. |