Skip to content

Commit

Permalink
Replace gamebot.rocks with gamebot.gg (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroclutch committed May 19, 2024
1 parent 4f11c46 commit f633b2d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ Add fun multiplayer games to Discord with Gamebot! **You can invite the bot to y
* No setup or configuration required to start playing
* Helpful and responsive support server

# Contributing and Documentation
The documentation for game development is available at [https://gamebot.rocks/docs](https://gamebot.rocks/docs). This documentation is currently out of date as of version 3.0.0.

# Current Game List
## 1. Cards Against Humanity
### *A party game for horrible people.*
Expand All @@ -38,11 +35,15 @@ Be the first to checkmate the opponent's king. To view the full rules, see [thi
### *Flip over discs and capture opposing pieces in this classic strategy game.*
Players take turns placing their pieces on a board. They capture opposing pieces in every direction, flipping them over to their color. The game is over when neither player has a legal move or when the board is full.

## 6. Survey Says
## 6. Poker
### *Get straights, flushes, and full houses in this casino card game.*
Texas Hold'em rules. Each round, players are dealt two cards in their hands. Players can then choose to bet, fold, or raise. Once the betting is over, three community cards are revealed. These cards are shared between all players. Then, a new betting round begins, and another community card is revealed. This repeats until all five community cards are on the table. Whoever has the best hand (best five cards) wins the pot!

## 7. Survey Says
### *The wacky game that tells you just how weird people are.*
We surveyed over 450 people on Reddit. You have to guess what percentage of them answered 'yes' to our questions. Every round, one player guesses a percentage, and everyone else has to figure out whether the real value is higher or lower.

## 7. Wisecracks
## 8. Wisecracks
### *Make the wittiest responses to the silliest prompts.*
Two players are randomly chosen to face off, and have to submit answers to a given prompt. The rest of the players vote on their favorite, and the winner gets a point. First to a configurable number of points wins.

Expand Down
2 changes: 1 addition & 1 deletion commands/economy/shop.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default new BotCommand({
msg.reply({
embeds: [{
title: 'Shop',
description: `Check out our online shop at **[gamebot.rocks/shop](${options.links.shop})**!`,
description: `Check out our online shop at **[gamebot.gg/shop](${options.links.shop})**!`,
color: options.colors.economy,
fields: [
{
Expand Down
2 changes: 1 addition & 1 deletion commands/info/invite.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default new BotCommand({
msg.reply({
embeds: [{
description: `
[**Invite** Gamebot to your server](https://gamebot.rocks/invite?ref=inviteCommand)
[**Invite** Gamebot to your server](https://gamebot.gg/invite?ref=inviteCommand)
[**Join** the support server](${options.serverInvite}?ref=inviteCommand)
[**Star** Gamebot on Github](https://github.com/zeroclutch/gamebot)
**Support** Gamebot - Type \`&donate\` for the link!`,
Expand Down

0 comments on commit f633b2d

Please sign in to comment.