Skip to content

Instantly share code, notes, and snippets.

@Madmadz16
Last active March 7, 2025 02:26
Show Gist options
  • Save Madmadz16/bf5833035723c6c2b9fb7ddc583d26fd to your computer and use it in GitHub Desktop.
Save Madmadz16/bf5833035723c6c2b9fb7ddc583d26fd to your computer and use it in GitHub Desktop.

AnneBankJoy Bot Documentation

Overview

AnneBankJoy is a chatbot designed for joystick by Annesao. It provides various commands to manage a virtual bank for users, allowing them to view, add, remove, and redeem items. There is also a bot for discord allowing the mods to add or remove items from others bank while the stream is offline. There are also commands to give/donate items to others or view what other people have.

Note: Arguments in <> are required, and arguments in [ ] are optional.

Commands

1. !addbank

Aliases: deposit, givebank

Description: Adds items to a user's bank.

Usage: !addbank <@username> <item name> [amount]

Example: !addbank @user123 flash 3

Note: This command can only be used by moderators.


2. !removebank

Aliases: None

Description: Removes items from a user's bank.

Usage: !removebank <@username> <item name> [amount]

Example: !removebank @user123 flash 2

Note: This command can only be used by moderators.


3. !viewbank

Aliases: bank, mybank

Description: Displays the items in a user's bank.

Usage: !viewbank

Example: !viewbank

Note: Any user can use this command to view their own bank.


4. !redeem

Aliases: use

Description: Redeems items from a user's bank.

Usage: !redeem <item name> [amount]

Example: !redeem flash 1

Note: This command can be used by any user to redeem items from their own bank.


5. !link

Aliases: linkdiscord, discordlink

Description: Links a user's account with their Discord account using a code generated by the Discord bot. This must be done within 5 minutes.

Usage: !link <code>

Example: !link ABC123

Note: Any user can use this command to link their account to Discord.


6. !serverlink

Aliases: linkserver

Description: Links the server with the bot using a code generated by the Discord bot. This must be done within 5 minutes.

Usage: !serverlink <code>

Example: !serverlink ABC123

Note: This command can only be used by the owner of the stream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment