Skip to content

Commit

Permalink
Remove Voice-based Commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfire535 committed Mar 13, 2019
1 parent 6bf1015 commit ef8828c
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 153 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Xiao is a Discord bot coded in JavaScript with
7. Run `npm i -g pm2` to install PM2.
8. Run `pm2 start Xiao.js --name xiao` to run the bot.

## Commands (341)
## Commands (338)
### Utility:

* **eval:** Executes JavaScript code.
Expand Down Expand Up @@ -273,12 +273,6 @@ Xiao is a Discord bot coded in JavaScript with
* **wizard-convention:** Who is the Dragon? Who is the healer? Who is the mind reader? Will the Dragon eat them all?
* **word-chain:** Try to come up with words that start with the last letter of your opponent's word.

### Voice Channel:

* **dec-talk:** The world's best Text-to-Speech.
* **leave-voice-channel:** Leaves a voice channel, in case the bot gets stuck.
* **soundboard:** Plays a sound in your voice channel.

### Image Manipulation:

* **achievement:** Sends a Minecraft achievement with the text of your choice.
Expand Down
1 change: 0 additions & 1 deletion Xiao.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ client.registry
['search', 'Search'],
['analyze', 'Analyzers'],
['games', 'Games'],
['voice', 'Voice Channel'],
['image-edit', 'Image Manipulation'],
['avatar-edit', 'Avatar Manipulation'],
['text-edit', 'Text Manipulation'],
Expand Down
14 changes: 0 additions & 14 deletions assets/json/soundboard.json

This file was deleted.

Binary file removed assets/sounds/airhorn.mp3
Binary file not shown.
Binary file removed assets/sounds/alarm.mp3
Binary file not shown.
Binary file removed assets/sounds/ayaya.mp3
Binary file not shown.
Binary file removed assets/sounds/car-crash.mp3
Binary file not shown.
Binary file removed assets/sounds/cat.mp3
Binary file not shown.
Binary file removed assets/sounds/cow.mp3
Binary file not shown.
Binary file removed assets/sounds/dun-dun-dun.mp3
Binary file not shown.
Binary file removed assets/sounds/laugh-track.mp3
Binary file not shown.
Binary file removed assets/sounds/pikachu.mp3
Binary file not shown.
Binary file removed assets/sounds/rooster.mp3
Binary file not shown.
Binary file removed assets/sounds/slow-clap.mp3
Binary file not shown.
Binary file removed assets/sounds/you-got-mail.mp3
Binary file not shown.
53 changes: 0 additions & 53 deletions commands/voice/dec-talk.js

This file was deleted.

22 changes: 0 additions & 22 deletions commands/voice/leave.js

This file was deleted.

54 changes: 0 additions & 54 deletions commands/voice/soundboard.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "101.10.2",
"version": "102.0.0",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {
Expand Down Expand Up @@ -45,7 +45,6 @@
"moment-duration-format": "^2.2.2",
"moment-timezone": "^0.5.23",
"neopet-image-finder": "^5.0.2",
"node-opus": "^0.3.1",
"node-superfetch": "^0.1.9",
"random-js": "^1.0.8",
"winston": "^3.2.1",
Expand Down

0 comments on commit ef8828c

Please sign in to comment.