diff --git a/README.md b/README.md index 1bb6f08..1fb5293 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Rando Cardrissian [![Build Status](https://travis-ci.org/dragonfire535/rando-cardrissian.svg?branch=master)](https://travis-ci.org/dragonfire535/rando-cardrissian) -[![Discord Server](https://discordapp.com/api/guilds/252317073814978561/embed.png)](https://discord.gg/sbMe32W) -[![Donate on Patreon](https://img.shields.io/badge/patreon-donate-orange.svg)](https://www.patreon.com/dragonfire535) [![Donate on PayPal](https://img.shields.io/badge/paypal-donate-blue.svg)](https://www.paypal.me/dragonfire535) > This bot is not available for invite. diff --git a/commands/util/donate.js b/commands/util/donate.js index 362577e..004a0b7 100644 --- a/commands/util/donate.js +++ b/commands/util/donate.js @@ -4,7 +4,7 @@ const { stripIndents } = require('common-tags'); module.exports = class DonateCommand extends Command { constructor() { super('donate', { - aliases: ['donate', 'patreon', 'paypal'], + aliases: ['donate', 'paypal'], category: 'util', description: 'Responds with the bot\'s donation links.' }); @@ -13,7 +13,6 @@ module.exports = class DonateCommand extends Command { exec(msg) { return msg.util.send(stripIndents` Contribute to development! - `); } diff --git a/package.json b/package.json index 94345e3..94fccd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rando-cardrissian", - "version": "6.4.9", + "version": "6.4.10", "description": "Cards Against Humanity, but for Discord!", "main": "Rando.js", "scripts": { @@ -35,9 +35,9 @@ "common-tags": "^1.8.0", "discord-akairo": "github:1Computer1/discord-akairo", "discord.js": "github:discordjs/discord.js", - "dotenv": "^8.1.0", + "dotenv": "^8.2.0", "moment": "^2.24.0", - "moment-duration-format": "^2.2.2", + "moment-duration-format": "^2.3.2", "node-superfetch": "^0.1.9", "winston": "^3.2.1" },