Skip to content

Commit

Permalink
Add workflow for create-discord-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
suneettipirneni committed Sep 22, 2023
1 parent 495b5cf commit ffda39d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions specs/discordjs/create-discord-bot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Create Discord Bot
command: npx create-discord-bot --directory={{directory}} --{{language}}
tags:
- discordjs
- discord
arguments:
- name: directory
description: The directory to create
default_value: my-bot
- name: language
description: The language to use for the template.
default_value: typescript
source_url: https://github.com/discordjs/discord.js/tree/main/packages/create-discord-bot
description: Create a new Discord bot using Discord.js
author: Suneet Tipirneni
author_url: https://www.suneettipirneni.stream/
shells: []

0 comments on commit ffda39d

Please sign in to comment.