Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workflow for create-discord-bot #169

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: []
Loading