Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/snkrsnkampa/Bastion
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtraction committed Apr 7, 2017
2 parents fd550ab + 1ce99ef commit 433f834
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Bastion: Discord BOT
<a href="https://discord.gg/fzx8fkt"><img src="https://discordapp.com/api/guilds/267022940967665664/embed.png" alt="Discord server" /></a> [![GitHub release](https://img.shields.io/github/release/snkrsnkampa/Bastion.svg?style=flat&label=Bastion)](https://bastion.js.org/changes) [![Website](https://img.shields.io/website-up-down-green-red/https/bastion.js.org.svg?label=Website)](https://bastion.js.org) <a href="/LICENSE"><img src="https://img.shields.io/badge/LICENSE-Shared%20Source-blue.svg" alt="Discord server" /></a>
<a href="https://discord.gg/fzx8fkt"><img src="https://discordapp.com/api/guilds/267022940967665664/embed.png" alt="Discord server" /></a> [![GitHub release](https://img.shields.io/github/release/snkrsnkampa/Bastion.svg?style=flat&label=Bastion)](https://bastion.js.org/changes) [![Libraries.io for GitHub](https://img.shields.io/librariesio/github/snkrsnkampa/Bastion.svg?style=flat)]() [![Website](https://img.shields.io/website-up-down-green-red/https/bastion.js.org.svg?label=Website)](https://bastion.js.org) <a href="/LICENSE"><img src="https://img.shields.io/badge/LICENSE-Shared%20Source-blue.svg" alt="Discord server" /></a>

<!--[![Github All Releases](https://img.shields.io/github/downloads/snkrsnkampa/Bastion/total.svg?style=flat-square)]()-->
#### What features do you think an ideal [Discord](https://discordapp.com) BOT should have?
Expand All @@ -14,3 +14,9 @@ If you just want to get the chill of Bastion or just want to playaround with it,
Or if you want to host it yourself and have access to all it's owner only commands, read the [Installation Guide](https://bastion.js.org/guide).

> *If you ever face any problems with the BOT or you don't understard something, or if you need any kind of help with the BOT, just head over to the [#help](https://discord.gg/fzx8fkt) channel in [Bastion BOT Official Discord Server](https://discord.gg/fzx8fkt), and ask for help. Everyone will be more than willing to help you.*
### Liked this project and want to support this and keep this alive forever?
If you like Bastion BOT project and want to support the development of this project to keep this alive forever, you can send donations. Your donations will ensure the development of this project and I'll make sure this project stays active forever.
<!-- [![patreon.jpg](https://s7.postimg.org/m5awszoyz/patreon.jpg)](https://www.patreon.com/snkrsnkampa) -->
<a href="https://www.patreon.com/snkrsnkampa" title="Become a patron of snkrsnkampa"><img src="https://s7.postimg.org/m5awszoyz/patreon.jpg" alt="Become a patron of snkrsnkampa" height="100" /></a>
<!-- [![paypal.jpg](https://s1.postimg.org/wbhh3ef5b/paypal.jpg)](https://paypal.me/snkrsnkampa) -->
2 changes: 1 addition & 1 deletion modules/help/donate.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exports.run = (Bastion, message, args) => {
color: 3050327,
title: 'Support Bastion BOT project',
url: 'https://bastion.js.org/',
description: `You can support the Bastion BOT project on patreon: https://patreon.com/snkrsnkampa\n\nOR\n\nYou can send donations to https://paypal.me/snkrsnkampa\n\nDon't forget to leave your Discord username and/or user id in the message.\n\nThank you :hearts:️`,
description: `You can support and send donations for the Bastion BOT project on patreon: https://patreon.com/snkrsnkampa`,
}}).catch(e => {
Bastion.log.error(e.stack);
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"erlpack": "github:hammerandchisel/erlpack",
"google-translate-api": "^2.2.2",
"imdb-api": "^2.2.2",
"mathjs": "^3.11.2",
"mathjs": "^3.11.4",
"node-json-db": "^0.7.3",
"node-opus": "^0.2.5",
"overwatch-js": "^1.3.1",
Expand Down

0 comments on commit 433f834

Please sign in to comment.