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

https://github.com/djdeveloperr/tag-bot

A simple Slash Commands based Discord bot for tags, made with Harmony.
https://github.com/djdeveloperr/tag-bot

bot commands discord harmony slash typescript

Last synced: 3 months ago
JSON representation

A simple Slash Commands based Discord bot for tags, made with Harmony.

Awesome Lists containing this project

README

        

# Tag Bot

This is a simple Discord bot for tags, powered by the new Slash Commands API. Made using [Harmony](https://github.com/harmony-org/harmony).

## Getting started

Make a new file `config.ts` and copy contents from `config-example.ts`, paste your bot's token and that's it! Then just use `deno run --allow-net --allow-read --allow-write bot.ts`. Note that when using bot for first time, there's a Client Option in the end `syncCommands`, keep it `true` for first time then toggle it to `false`. It can take max 1 hour for Global Slash Commands (i.e. not per Guild) to sync with Discord Client.

Copyright 2020 @ DjDeveloperr