Skip to content

Commit

Permalink
👽 chore: add examples basic
Browse files Browse the repository at this point in the history
  • Loading branch information
Fifixex committed Aug 16, 2024
1 parent 66e08bc commit 701eeb1
Show file tree
Hide file tree
Showing 4 changed files with 3,453 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/basic/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'dotenv/config'
import {Bot} from '@uniteds/curzy'

const app = new Bot({name: 'My Bot'})
Expand Down
19 changes: 19 additions & 0 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "basic",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@uniteds/curzy": "^1.1.0"
},
"devDependencies": {
"dotenv": "^16.4.5"
}
}
43 changes: 43 additions & 0 deletions examples/basic/pnpm-lock.yaml

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

Loading

0 comments on commit 701eeb1

Please sign in to comment.