Skip to content

Commit

Permalink
Merge pull request #51 from Wiibleyde/develop
Browse files Browse the repository at this point in the history
i'm a dumb person
  • Loading branch information
Wiibleyde authored Nov 29, 2024
2 parents 6563a4d + 602abee commit cb90a87
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,19 @@ Eve is a simple discord bot that can be used for multiple things, including IA f

- [x] IA functionalities
- [x] Chat with the bot by simply mentioning it (with a real discussion)
- [x] Music fonctionalities
- [x] Play music from youtube
- [x] Pause/Resume music
- [x] Skip music
- [x] Stop music
- [x] Queue management
- [x] Birthday reminder
- [x] Quiz functionalities
- [x] Fun commands
- [x] cat pictures
- [x] dog pictures
- [x] jokes
- [x] quotes
- [x] Debug functionalities

## Prerequisites
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "eve",
"version": "1.0.0",
"version": "1.1.0",
"description": "Eve",
"author": {
"email": "nathan@bonnell.fr",
"name": "Wiibleyde"
},
"license": "MIT",
"license": "GPL-2.0-only",
"main": "dist/index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ import * as syncedlyrics from "./music/syncedlyrics"
import * as queue from "./music/queue"
import * as nowplaying from "./music/nowplaying"
import * as remove from "./music/remove"
import * as stop from "./music/stop"

import { backButton } from "./music/back"
import { resumeAndPauseButton } from "./music/pause"
Expand Down Expand Up @@ -92,6 +93,7 @@ export const commands = {
queue,
nowplaying,
remove,
stop,
}

export const devCommands = {
Expand Down

0 comments on commit cb90a87

Please sign in to comment.