Skip to content

Commit

Permalink
updated to v8.0.0-Capi
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed Jun 13, 2024
1 parent 15d4364 commit 799f2c6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@esbuild/linux-x64": "^0.20.1",
"@ghom/bot.ts-cli": "^7.1.0",
"@ghom/bot.ts-cli": "^8.0.0",
"@types/fancy-log": "^2.0.0",
"@types/figlet": "^1.5.4",
"@types/gulp-filter": "^3.0.34",
Expand Down
6 changes: 3 additions & 3 deletions src/app.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from "discord.js"
export * from "./app.native.ts"
export * as discord from "discord.js"
export * from "discord.js"
export * from "./app.native.ts"
export * as discord from "discord.js"
2 changes: 1 addition & 1 deletion templates/listener
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as app from "#app"

const listener: app.Listener<"{{ event }}"> = {
event: "{{ event }}",
description: "A {{ event }} listener",
description: "A {{ event }} listener for {{ category }}",
async run({{ args }}) {
// todo: code here
}
Expand Down

0 comments on commit 799f2c6

Please sign in to comment.