Skip to content

Commit

Permalink
Update bots.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddivad195 committed Oct 17, 2023
1 parent 57d1257 commit 4de4c6a
Showing 1 changed file with 14 additions and 84 deletions.
98 changes: 14 additions & 84 deletions src/content/site/bots.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,36 +21,14 @@ Judgebot has a 50-point system. Each infraction gives you points, and points dec

**Source:** https://github.com/the-programmers-hangout/JudgeBot

**Prefix:** `j!`
**Prefix:** `/`

### Commands

`j!selfhistory` - Will DM your infraction history.
`/selfhistory` - Will DM your infraction history.

`:stop_sign:` - Reacting to a message with this emote will alert staff to it. Use it if you see any potentially rule breaking content.

## Aura

**Description:** Aura bot will hand out karma to users that earn it. Giving karma is as simple as mentioning (tagging) a user and thanking them in the same message.

**Source:** https://github.com/the-programmers-hangout/aura

**Prefix:** `karma!`

### Commands

`karma!explain` - Details how the karma system works.

`karma!help` - Displays help information.

`karma!karma` - Displays your karma.

`karma!leaderboard` - Displays the karma leaderboard.

`karma!profile` - Gives a karma breakdown per channel.

`karma!reactions` - Details the reactions that Aura can add to messages.

## DocsBot

**Description:** DocsBot can retrieve documentation for discord.js
Expand All @@ -71,35 +49,31 @@ Judgebot has a 50-point system. Each infraction gives you points, and points dec

**Source:** https://github.com/the-programmers-hangout/HangoutBot

**Prefix:** `tph!`
**Prefix:** `/`

### Commands

`tph!avatar` - View the avatar of a user.
`/help` - Displays help information for the bot or a command.

`tph!help` - Displays help information for the bot or a command.
`/productivemute` - Mutes all non-productive channels. (e.g hangout)

`tph!invite` - View the server invite link.
`/remindme` - Sets a reminder.

`tph!listreminders` - List your reminders.
`/selfmute` - Mutes all channels.

`tph!productivemute` - Mutes all non-productive channels. (e.g hangout)
`/details server` - Displays server information.

`tph!remindme` - Sets a reminder.
`/details avatar <userid>` - View the avatar of a user.

`tph!selfmute` - Mutes all channels.

`tph!serverinfo` - Displays server information.

`tph!userinfo` - Displays info for a user.
`/details user` - Displays info for a user.

## Keeper

**Description:** Keeper is a bot that allows you to bookmark messages by adding the `:bookmark:` emote reaction to a message.

**Source:** https://github.com/ddivad195/keeper

**Prefix:** `keeper!`
**Prefix:** `/`

### Commands

Expand Down Expand Up @@ -157,10 +131,12 @@ N/A

#### Help

`++listmacros` - Lists all of the available macros
`/listmacros` - Lists all of the available macros

#### Here are some commonly used macros

_Note: macros can also be invoked using `/macro <name of macro here>`_

`++ask` - If a user is looking for DMs, waiting for "experts", or anything else to delay asking their question use this.

`++beginners` - Redirect a user to the beginners channel. Their question has probably been answered there.
Expand Down Expand Up @@ -189,52 +165,6 @@ N/A

`++wrapmini` - Instruct a user to wrap their code.

## ReWizard

**Description:** ReWizard is a utility bot for regex. It can find, replace, split, and test regular expressions.

**Source:** https://github.com/jkbbwr/rewizard

**Prefix:** `re!`

### Commands

`re!find` - Finds the first match of the given regex in the target.

`re!find_all` - Finds all matches of the given regex in the target.

`re!help` - Displays help information for the bot and the commands.

`re!replace` - Replaces all matches of the given regex in the target with a replacement.

`re!split` - Splits the target by the given regex.

`re!valid` - Tests whether the given regex is valid.

## StandupBot

**Description:** StandupBot is a bot that controls the standup channel. It enforces a strict message format. Once you have successfully sent a message you will no longer be able to post in the standup channel for 20 hours.

**Source:** https://github.com/the-programmers-hangout/standup

**Prefix:** N/A

### Commands

N/A

## SuggestionBot

**Description:** SuggestionBot manages suggestions for the server. Send in your suggestion and we can put it to a vote!

**Source:** https://github.com/the-programmers-hangout/SuggestionBot

**Prefix:** `s!`

### commands

`s!suggest your suggest message here` - Send in your suggestion message

## Passive bots

Below are the bots you will see in the server but you will not need to interact with them. They automatically do their job!
Expand Down

0 comments on commit 4de4c6a

Please sign in to comment.