Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

Commit

Permalink
Remove Patreon, Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyissillyyy committed Oct 31, 2019
1 parent ac401a3 commit 83e207a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 1 addition & 2 deletions commands/util/donate.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
});
Expand All @@ -13,7 +13,6 @@ module.exports = class DonateCommand extends Command {
exec(msg) {
return msg.util.send(stripIndents`
Contribute to development!
<https://www.patreon.com/dragonfire535>
<https://paypal.me/dragonfire535>
`);
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 83e207a

Please sign in to comment.