Commands

AddImage

Add images the bot can upload

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;addimage Add an image for the bot to directly upload
;addimage ignoreglobal Toggle usage of bot owner set global images on this server
;addimage clear_images Clear all the images stored for the current server
;addimage add <name> Add an image to direct upload on this server
;addimage list [image_loc=guild] [server_id=None] List images added to bot
;addimage clean_deleted_images Cleanup deleted images that are not supposed to be saved anymore
;addimage delete <name> Remove a selected images

Admin

A collection of server administration utilities.

Author: Cog Creators

Repo: https://github.com/Cog-Creators/Red-DiscordBot

Command Description
;addrole <rolename> [user=<you>] Add a role to a user.
;removerole <rolename> [user=<you>] Remove a role from a user.
;editrole Edit role settings.
;editrole name <role> <name> Edit a role's name.
;editrole colour <role> <value> Edit a role's colour.
;announceset Change how announcements are sent in this guild.
;announceset clearchannel Unsets the channel for announcements.
;announceset channel <channel> Change the channel where the bot will send announcements.
;selfrole <selfrole> Add or remove a selfrole from yourself.
;selfrole list Lists all available selfroles.
;selfroleset Manage selfroles.
;selfroleset remove <roles...> Remove a role, or a selection of roles, from the list of available selfroles.
;selfroleset add <roles...> Add a role, or a selection of roles, to the list of available selfroles.
;selfroleset clear Clear the list of available selfroles for this server.

Adventure

Adventure, derived from the Goblins Adventure cog by locastan.

Author: locastan, aikaterna, TrustyJAID, and Draper

Repo: https://github.com/aikaterna/gobcog

Command Description
;themeset [Admin] Modify themes.
;themeset list [Admin] Show custom objects in the specified theme.
;themeset list monster <theme> [Admin] Show monster objects in the specified theme.
;themeset list pet <theme> [Admin] Show pet objects in the specified theme.
;rebirth Resets your character level and increases your rebirths by 1.
;negaverse <offering> This will send you to fight a nega-member!
;loot [box_type=None] [number=1] This opens one of your precious treasure chests.
;convert <box_rarity> [amount=1] Convert normal, rare or epic chests.
;loadout Set up gear sets or loadouts.
;loadout delete <name> Delete a saved loadout.
;loadout equip <name> Equip a saved loadout.
;loadout save <name> Save your current equipment as a loadout.
;loadout show [name=None] Show saved loadouts.
;aleaderboard [show_global=False] Print the leaderboard.
;scoreboard [show_global=False] Print the scoreboard.
;nvsb [show_global=False] Print the negaverse scoreboard.
;wscoreboard [show_global=False] Print the weekly scoreboard.
;atransfer Transfer currency between players/economies.
;atransfer player <amount> <player> Transfer gold to another player.
;atransfer deposit <amount> Convert bank currency to gold.
;atransfer withdraw <amount> Convert gold to bank currency.
;mysets Show your sets.
;apayday Get some free gold.
;heroclass [clz=None] ["info"=None] Allows you to select a class if you are level 10 or above.
;pet [Ranger Class Only]
;pet forage Use your pet to forage for items!
;pet free Free your pet :cry:
;bless [Cleric Class Only]
;insight [Psychic Class Only]
;rage [Berserker Class Only]
;focus [Wizard Class Only]
;music [Bard Class Only]
;forge [Tinkerer Class Only]
;skill [skill=None] [amount=1] This allows you to spend skillpoints.
;setinfo [set_name=None] Show set bonuses for the specified set.
;stats [user=None] This draws up a character sheet of you or an optionally specified member.
;unequip <item> This stashes a specified equipped item into your backpack.
;equip <item> This equips an item from your backpack.
;backpack [show_diff=False] [rarity=None] [slot=None] This shows the contents of your backpack.
;backpack eset <set_name> Equip all parts of a set that you own.
;backpack sellall [rarity=None] [slot=None] Sell all items in your backpack. Optionally specify rarity or slot.
;backpack trade <buyer> [asking=1000] <item> Trade an item from your backpack to another user.
;backpack equip <equip_item> Equip an item from your backpack.
;backpack disassemble <backpack_items> Disassemble items from your backpack.
;backpack sell <item> Sell an item from your backpack.
;ebackpack [show_diff=False] [rarity=None] [slot=None] This shows the contents of your backpack that can be equipped.
;cbackpack Complex backpack management tools.
;cbackpack disassemble <query> Disassemble items from your backpack.
;cbackpack sell <query> Sell items from your backpack.
;cbackpack show <query> This shows the contents of your backpack.
;adventureset Setup various adventure settings.
;adventureset cartroom [room=None] [Admin] Lock carts to a specific text channel.
;adventureset rebirthcost <percentage> [Admin] Set what percentage of the user balance to charge for rebirths.
;adventureset showsettings Display current settings.
;adventureset economy [Admin] Manages the adventure economy.
;adventureset economy withdraw [Admin] Toggle whether users are allowed to withdraw from adventure currency to main currency.
;adventureset economy maxwithdraw <amount> [Admin] Set how much players are allowed to withdraw.
;adventureset god <name> [Admin] Set the server's name of the god.
;adventureset embeds [Admin] Set whether or not to use embeds for the adventure game.
;adventureset cartname <name> [Admin] Set the server's name of the cart.
;adventureset locks [Admin] Reset Adventure locks.
;adventureset locks adventure [Admin] Reset the adventure game lock for the server.
;adventureset version Display the version of adventure being used.
;adventureset cart [channel=None] [Admin] Add or remove a text channel that the Trader cart can appear in.
;adventureset carttime <time> [Admin] Set the cooldown of the cart.
;adventure [challenge=None] This will send you on an adventure!

AdventureAlert

Alert when a dragon appears in adventure

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;adventurealert Set notifications for all adventures
;adventurealert removeall Remove all adventurealert settings in all guilds
;adventurealert role [alert_style=None] <role> Add or remove a role to be pinged when a dragon appears
;adventurealert global [alert_style=None] Toggle adventure notifications in all shared servers
;adventurealert removeuser <user_id> [alert_style=None] Remove a specific user ID from adventure alerts
;adventurealert settings Shows a list of servers you have alerts
;adventurealert toggle [alert_style=None] Toggle adventure notifications in this server

Alias

Create aliases for commands. Aliases are alternative names/shortcuts for commands. They can act as both a lambda (storing arguments for repeated use) or as simply a shortcut to saying &quot;x y z&quot;. When run, aliases will accept any additional arguments and append them to the stored alias.

Author: Cog Creators

Repo: https://github.com/Cog-Creators/Red-DiscordBot

Command Description
;alias Manage command aliases.
;alias global Manage global aliases.
;alias global list List the available global aliases on this bot.
;alias show <alias_name> Show what command the alias executes.
;alias help <alias_name> Try to execute help for the base command of the alias.
;alias delete <alias_name> Delete an existing alias on this server.
;alias add <alias_name> <command> Add an alias for a command.
;alias edit <alias_name> <command> Edit an existing alias in this server.
;alias list List the available aliases on this server.

Audio

Play audio through voice channels.

Author: Cog Creators

Repo: https://github.com/Cog-Creators/Red-DiscordBot

Command Description
;queue [page=1] List the songs in the queue.
;queue search <search_words> Search the queue.
;queue cleanself Removes all tracks you requested from the queue.
;queue clean Removes songs from the queue if the requester is not in the voice channel.
;queue clear Clears the queue.
;queue shuffle Shuffles the queue.
;playlist Playlist configuration options.
;playlist list [args] List saved playlists.
;playlist queue <name> [args] Save the queue to a playlist.
;playlist update <playlist_name_OR_id> [args] Updates all tracks in a playlist.
;playlist info <playlist_name_OR_id> [args] Retrieve information from a saved playlist.
;playlist dedupe <playlist_name_OR_id> [args] Remove duplicate tracks from a saved playlist.
;playlist save <name> <url> [args] Save a playlist from a url.
;playlist rename <playlist_name_OR_id> <new_name> [args] Rename an existing playlist.
;playlist delete <playlist_name_OR_id> [args] Delete a saved playlist.
;playlist remove <playlist_name_OR_id> <url> [args] Remove a track from a playlist by url.
;playlist start <playlist_name_OR_id> [args] Load a playlist into the queue.
;playlist append <playlist_name_OR_id> <track_name_OR_url> [args] Add a track URL, playlist link, or quick search to a playlist.
;playlist create <name> [args] Create an empty playlist.
;playlist copy <id_or_name> [args] Copy a playlist from one scope to another.
;play <query> Play the specified track or search for a close match.
;bumpplay [play_now=False] <query> Force play a URL or search for a track.
;genre Pick a Spotify playlist from a list of categories to start playing.
;autoplay Starts auto play.
;search <query> Pick a track with a search.
;sing Make Red sing one of her songs.
;percent Queue percentage.
;local Local playback commands.
;local folder [folder=None] Play all songs in a localtracks folder.
;local play Play a local track.
;local search <search_words> Search for songs across all localtracks folders.
;eq Equalizer management.
;eq list List saved eq presets.
;eq set <band_name_or_position> <band_value> Set an eq band with a band number or name and value.
;eq save [eq_preset=None] Save the current eq settings to a preset.
;eq load <eq_preset> Load a saved eq preset.
;eq reset Reset the eq to 0 across all bands.
;eq delete <eq_preset> Delete a saved eq preset.
;disconnect Disconnect from the voice channel.
;now Now playing.
;pause Pause or resume a playing track.
;prev Skip to the start of the previously played track.
;seek <seconds> Seek ahead or behind on a track by seconds or to a specific time.
;shuffle Toggle shuffle.
;shuffle bumped Toggle bumped track shuffle.
;skip [skip_to_track=None] Skip to the next track, or to a given track number.
;stop Stop playback and clear the queue.
;summon Summon the bot to a voice channel.
;volume [vol=None] Set the volume, 1% - 150%.
;repeat Toggle repeat.
;remove <index_or_url> Remove a specific track number from the queue.
;bump <index> Bump a track number to the top of the queue.
;audioset Music configuration options.
;audioset autodeafen Toggle whether the bot will be auto deafened upon joining the voice channel.
;audioset dailyqueue Toggle daily queues.
;audioset restrictions Manages the keyword whitelist and blacklist.
;audioset restrictions blacklist Manages the keyword blacklist.
;audioset restrictions blacklist clear Clear all keywords added to the blacklist.
;audioset restrictions blacklist add <keyword> Adds a keyword to the blacklist.
;audioset restrictions blacklist list List all keywords added to the blacklist.
;audioset restrictions blacklist delete <keyword> Removes a keyword from the blacklist.
;audioset restrictions whitelist Manages the keyword whitelist.
;audioset restrictions whitelist add <keyword> Adds a keyword to the whitelist.
;audioset restrictions whitelist clear Clear all keywords from the whitelist.
;audioset restrictions whitelist list List all keywords added to the whitelist.
;audioset restrictions whitelist delete <keyword> Removes a keyword from the whitelist.
;audioset mycountrycode <country> Set the country code for Spotify searches.
;audioset jukebox <price> Set a price for queueing tracks for non-mods, 0 to disable.
;audioset thumbnail Toggle displaying a thumbnail on audio messages.
;audioset maxvolume <maximum volume> Set the maximum volume allowed in this server.
;audioset dc Toggle the bot auto-disconnecting when done playing.
;audioset vote <percent> Percentage needed for non-mods to skip tracks, 0 to disable.
;audioset role <role_name> Set the role to use for DJ mode.
;audioset dj Toggle DJ mode.
;audioset autoplay Change auto-play setting.
;audioset autoplay reset Resets auto-play to the default playlist.
;audioset autoplay toggle Toggle auto-play when there no songs in queue.
;audioset autoplay playlist <playlist_name_OR_id> [args] Set a playlist to auto-play songs from.
;audioset maxlength <seconds> Max length of a track to queue in seconds, 0 to disable.
;audioset settings Show the current settings.
;audioset emptydisconnect <seconds> Auto-disconnect from channel when bot is alone in it for x seconds, 0 to disable.
;audioset notify Toggle track announcement and other bot messages.
;audioset persistqueue Toggle persistent queues.
;audioset emptypause <seconds> Auto-pause after x seconds when room is empty, 0 to disable.
;audioset countrycode <country> Set the country code for Spotify searches.
;audioset lyrics Prioritise tracks with lyrics.

AutoGist

Auto-upload files with configured extension sent by users to gist.github.com.

Author: Jakub Kuczys (https://github.com/Jackenmen)

Repo: https://github.com/jack1142/JackCogs

Command Description
;autogistset AutoGist settings.
;autogistset channeldefault [allow=None] Set whether AutoGist should by default listen to channels.
;autogistset listoverridden List guild channels that don't use the default setting.
;autogistset allowchannels <channels...> Allow the bot to listen to the given channels.
;autogistset listentohumans [state=None] Make AutoGist listen to messages from humans in this server.
;autogistset extensions Settings for file extensions
;autogistset extensions add <extensions...> Add file extensions to the list.
;autogistset extensions list List file extensions that are required for AutoGist to upload file to Gist.
;autogistset extensions remove <extensions...> Remove file extensions from the list.
;autogistset listentobots [state=None] Make AutoGist listen to messages from other bots in this server.
;autogistset listentoself [state=None] Make the bot listen to messages from itself in this server.
;autogistset blockchannels <channels...> Block the bot from listening to the given channels.

Away

Le away cog

Author: aikaterna, Axas, and TrustyJAID

Repo: https://github.com/aikaterna/aikaterna-cogs

Command Description
;away [delete_after=None] [message=None] Tell the bot you're away or back.
;idle [delete_after=None] [message=None] Set an automatic reply when you're idle.
;offline [delete_after=None] [message=None] Set an automatic reply when you're offline.
;dnd [delete_after=None] [message=None] Set an automatic reply when you're dnd.
;streaming [delete_after=None] [message=None] Set an automatic reply when you're streaming.
;listening [delete_after=None] [message= ] Set an automatic reply when you're listening to Spotify.
;gaming <game> [delete_after=None] [message=None] Set an automatic reply when you're playing a specified game.
;toggleaway [member=None] Toggle away messages on the whole server or a specific guild member.
;awaytextonly Toggle forcing the guild's away messages to be text only.
;awaysettings View your current away settings

BanSync

Synchronize your bans.

Author: Unknown

Repo: Unknown (Removed from Downloader)

Command Description
;bansyncset Options for bansync
;bansyncset automaticoptout This allows you to opt a server out of being selected for some actions
;bansyncset automaticoptin This allows you to opt into certain automatic actions.
;exportbans Exports current servers bans to json
;importbans Imports bans from json
;bulkban [ids...] bulk global bans by id
;bansync [auto=False] syncs bans across servers
;mjolnir [users]... [reason] Swing the heaviest of ban hammers
;unglobalban [users]... [reason] To issue forgiveness.

Bingo

Author: Unknown

Repo: Unknown

Command Description
;bingoset Commands for setting bingo settings
;bingoset stamp <colour> Set the colour of the "stamp" that fills the box.
;bingoset icon [image_url=None] Add an icon image to the bingo card
;bingoset reset [member=None] Reset a users bingo card or reset the whole servers bingo card.
;bingoset tiles <tiles> Set the tiles for the servers bingo cards.
;bingoset text <colour> Set the colour of the text.
;bingoset watermark [image_url=None] Add a watermark image to the bingo card
;bingoset bgtile [image_url=None] Set the background image (tiled).
;bingoset clear Clear out the current bingo cards tiles.
;bingoset seed <seed> Set an additional seed to the randomness of players cards.
;bingoset background <colour> Set the colour of the Bingo card background.
;bingoset box <colour> Set the colour of the Bingo card boxes border.
;bingoset bingo <bingo> Set the "BINGO" of the board.
;bingoset settings Show the current bingo card settings
;bingoset name <name> Set the name of the current bingo card.
;bingo [stamp=None] Generate a Bingo Card

CardsAgainstHumanity

Author: TrustyJAID, crhallberg, and Cards Against Humanity®

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;cah Cards Against Humanity®️ commands
;cah start [rounds=10] [card_set] Start a game of Cards Against Humanity®️
;cah list List all the available set names.

Casino

Author: Redjumpman (Redjumpman#1337)

Repo: https://github.com/Redjumpman/Jumper-Plugins/

Command Description
;allin <multiplier> Bets all your currency for a chance to win big!
;blackjack <bet> Play a game of blackjack.
;craps <bet> Plays a modified version of craps
;coin <bet> <choice> Coin flip game with a 50/50 chance to win.
;cups <bet> <cup> Guess which cup of three is hiding the coin.
;dice <bet> Roll a set of dice and win on 2, 7, 11, 12.
;double <bet> Play a game of Double Or Nothing.
;hilo <bet> <choice> Pick high, low, or 7 in a dice rolling game.
;war <bet> Play a modified game of war.
;casino Interacts with the Casino system.
;casino releasecredits <player> Approves pending currency for a user.
;casino admin A list of Admin level and above commands for Casino.
;casino info Shows information about Casino.
;casino assignmem <player> <membership> Manually assigns a membership to a user.
;casino revokemem <player> Revoke an assigned membership.
;casino memberships Displays a list of server/global memberships.
;casino resetinstance Reset global/server cooldowns, settings, memberships, or everything.
;casino resetuser <user> Reset a user's cooldowns, stats, or everything.
;casino memdesigner A process to create, edit, and delete memberships.
;casino version Shows the current Casino version.
;casino stats [player=None] Shows your play statistics for Casino
;casinoset Changes Casino settings
;casinoset oldstyle Toggle between editing and sending new messages for casino games..
;casinoset payouttoggle Turns on a payout limit.
;casinoset min <game> <minimum> Sets the minimum bid for a game.
;casinoset max <game> <maximum> Sets the maximum bid for a game.
;casinoset access <game> <access> Sets the access level required to play a game.
;casinoset gametoggle <game> Opens/Closes a specific game for use.
;casinoset multiplier <game> <multiplier> Sets the payout multiplier for a game.
;casinoset toggle Opens and closes the Casino for use.
;casinoset name <name> Sets the name of the Casino.
;casinoset payoutlimit <limit> Sets a payout limit.
;casinoset cooldown <game> <cooldown> Sets the cooldown for a game.

Cleanup

This cog contains commands used for &quot;cleaning up&quot; (deleting) messages. This is designed as a moderator tool and offers many convenient use cases. All cleanup commands only apply to the channel the command is executed in. Messages older than two weeks cannot be mass deleted. This is a limitation of the API.

Author: Cog Creators

Repo: https://github.com/Cog-Creators/Red-DiscordBot

Command Description
;cleanup Base command for deleting messages.
;cleanup messages <number> [delete_pinned=False] Delete the last X messages in the current channel.
;cleanup bot <number> [delete_pinned=False] Clean up command messages and messages from the bot in the current channel.
;cleanup user <user> <number> [delete_pinned=False] Delete the last X messages from a specified user in the current channel.
;cleanup between <one> <two> [delete_pinned=False] Delete the messages between Message One and Message Two, providing the messages IDs.
;cleanup text <text> <number> [delete_pinned=False] Delete the last X messages matching the specified text in the current channel.
;cleanup before [message_id] <number> [delete_pinned=False] Deletes X messages before the specified message.
;cleanup duplicates [number=50] Deletes duplicate messages in the channel from the last X messages and keeps only one copy.
;cleanup after [message_id] [delete_pinned=False] Delete all messages after a specified message.
;cleanup self <number> [match_pattern=None] [delete_pinned=False] Clean up messages owned by the bot in the current channel.
;cleanupset Manage the settings for the cleanup command.
;cleanupset notify Toggle clean up notification settings.

Compliment

Compliment users because there&#x27;s too many insults

Author: Airen, JennJenn, and TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;compliment [user=None] Compliment the user

Conversions

Gather information about various crypto currencies, stocks, and converts to different currencies

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;btc [amount=1.0] [currency=USD] [full=None] converts from BTC to a given currency.
;eth [amount=1.0] [currency=USD] [full=None] converts from ETH to a given currency.
;ltc [amount=1.0] [currency=USD] [full=None] converts from LTC to a given currency.
;xmr [amount=1.0] [currency=USD] [full=None] converts from XMR to a given currency.
;bch [amount=1.0] [currency=USD] [full=None] converts from BCH to a given currency.
;doge [amount=1.0] [currency=USD] [full=None] converts from XDG to a given currency.
;multicoin [coins...] Gets the current USD value for a list of coins
;crypto <coin> [amount=1.0] [currency=USD] [full=None] Displays the latest information about a specified crypto currency
;stock <ticker> [currency=USD] Gets current ticker symbol price.
;convertcurrency <currency1> <currency2> [amount=1.0] Converts a value between 2 different currencies

Core

The Core cog has many commands related to core functions. These commands come loaded with every Red bot, and cover some of the most basic usage of the bot.

Author: Cog Creators

Repo: https://github.com/Cog-Creators/Red-DiscordBot

Command Description
;info Shows info about [botname].
;uptime Shows [botname]'s uptime.
;mydata Commands which interact with the data [botname] has about you.
;mydata 3rdparty View the End User Data statements of each 3rd-party module.
;mydata getmydata [Coming Soon] Get what data [botname] has about you.
;mydata forgetme Have [botname] forget what it knows about you.
;mydata whatdata Find out what type of data [botname] stores and why.
;embedset Commands for toggling embeds on or off.
;embedset user [enabled=None] Sets personal embed setting for DMs.
;embedset channel <channel> [enabled=None] Set's a channel's embed setting.
;embedset showsettings [command=None] Show the current embed settings.
;embedset command <command> [enabled=None] Sets a command's embed setting.
;embedset command server <command> [enabled=None] Sets a command's embed setting for the current server.
;embedset server [enabled=None] Set the server's embed setting.
;invite Shows [botname]'s invite url.
;bankset Base command for bank settings.
;bankset bankname <name> Set the bank's name.
;bankset registeramount <creds> Set the initial balance for new bank accounts.
;bankset reset [confirmation=False] Delete all bank accounts.
;bankset maxbal <amount> Set the maximum balance a user can get.
;bankset showsettings Show the current bank settings.
;bankset prune Base command for pruning bank accounts.
;bankset prune server [confirmation=False] Prune bank accounts for users no longer in the server.
;bankset prune user <user> [confirmation=False] Delete the bank account of a specified user.
;bankset creditsname <name> Set the name for the bank's currency.
;modlogset Manage modlog settings.
;modlogset modlog [channel=None] Set a channel as the modlog.
;modlogset cases [action=None] Enable or disable case creation for a mod action.
;modlogset resetcases Reset all modlog cases in this server.
;set Commands for changing [botname]'s settings.
;set serverfuzzy Toggle whether to enable fuzzy command search for the server.
;set deletedelay [time=None] Set the delay until the bot removes the command message.
;set bot Commands for changing [botname]'s metadata.
;set bot nickname [nickname=None] Sets [botname]'s nickname for the current server.
;set usebotcolour Toggle whether to use the bot owner-configured colour for embeds.
;set serverprefix [server] [prefixes...] Sets [botname]'s server prefix(es).
;set roles Set server's admin and mod roles for [botname].
;set roles addmodrole <role> Adds a moderator role for this server.
;set roles removemodrole <role> Removes a mod role for this server.
;set roles removeadminrole <role> Removes an admin role for this server.
;set roles addadminrole <role> Adds an admin role for this server.
;set showsettings [server=None] Show the current settings for [botname].
;set locale <language_code> Changes [botname]'s locale in this server.
;set locale server <language_code> Changes [botname]'s locale in this server.
;set regionalformat <language_code> Changes the bot's regional format in this server. This is used for formatting date, time and numbers.
;set regionalformat server <language_code> Changes the bot's regional format in this server. This is used for formatting date, time and numbers.
;contact <message> Sends a message to the owner.
;localallowlist Commands to manage the server specific allowlist.
;localallowlist clear Clears the allowlist.
;localallowlist remove <users_or_roles...> Removes user or role from the allowlist.
;localallowlist add <users_or_roles...> Adds a user or role to the server allowlist.
;localallowlist list Lists users and roles on the server allowlist.
;localblocklist Commands to manage the server specific blocklist.
;localblocklist remove <users_or_roles...> Removes user or role from local blocklist.
;localblocklist add <users_or_roles...> Adds a user or role to the local blocklist.
;localblocklist clear Clears the server blocklist.
;localblocklist list Lists users and roles on the server blocklist.
;command Commands to enable and disable commands and cogs.
;command disablecog <cog> Disable a cog in this server.
;command listdisabledcogs List the cogs which are disabled in this server.
;command enablecog <cog> Enable a cog in this server.
;command listdisabled List disabled commands.
;command listdisabled guild List disabled commands in this server.
;command listdisabled global List disabled commands globally.
;command enable <command> Enable a command.
;command enable server <command> Enable a command in this server.
;command disable <command> Disable a command.
;command disable server <command> Disable a command in this server only.
;autoimmune Commands to manage server settings for immunity from automated actions.
;autoimmune list Gets the current members and roles configured for automatic moderation action immunity.
;autoimmune remove <user_or_role> Remove a user or role from being immune to automated moderation actions.
;autoimmune isimmune <user_or_role> Checks if a user or role would be considered immune from automated actions.
;autoimmune add <user_or_role> Makes a user or role immune from automated moderation actions.
;ignore Commands to add servers or channels to the ignore list.
;ignore list List the currently ignored servers and channels.
;ignore channel [channel=<this channel>] Ignore commands in the channel, thread, or category.
;ignore server Ignore commands in this server.
;unignore Commands to remove servers or channels from the ignore list.
;unignore server Remove this server from the ignore list.
;unignore channel [channel=<this channel>] Remove a channel, thread, or category from the ignore list.
;licenseinfo Get info about Red's licenses.

CrabRave

Create your very own crab rave

Author: DankMemer Team, TrustyJAID, and thisisjvgrace

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;crab <text> Make crab rave videos
;miku <text> Make miku rave videos

CustomCommands

This cog contains commands for creating and managing custom commands that display text. These are useful for storing information members might need, like FAQ answers or invite links. Custom commands can be used by anyone by default, so be careful with pings. Commands can only be lowercase, and will not respond to any uppercase letters.

Author: Cog Creators

Repo: https://github.com/Cog-Creators/Red-DiscordBot

Command Description
;customcom Base command for Custom Commands management.
;customcom list List all available custom commands.
;customcom create <command> <text> Create custom commands.
;customcom create random <command> Create a CC where it will randomly choose a response!
;customcom create simple <command> <text> Add a simple custom command.
;customcom search <query> Searches through custom commands, according to the query.
;customcom edit <command> [text=None] Edit a custom command.
;customcom show <command_name> Shows a custom command's responses and its settings.
;customcom cooldown <command> [cooldown=None] [per=member] Set, edit, or view the cooldown for a custom command.
;customcom raw <command> Get the raw response of a custom command, to get the proper markdown.
;customcom delete <command> Delete a custom command.

Dashboard

Author: Neuro Assassin

Repo: https://github.com/NeuroAssassin/Toxic-Cogs

Command Description
;dashboard Group command for controlling the web dashboard for Red.
;dashboard roles Customize the roles that have permission to certain parts of the dashboard.
;dashboard roles perms Displays permission keywords matched with humanized descriptions.
;dashboard roles info <role> List permissions for a registered role.
;dashboard roles list List roles registered with dashboard.
;dashboard roles create <role> [permissions...] Register a new discord role to access certain parts of the dashboard.
;dashboard roles delete <role> Unregister a role from the dashboard.
;dashboard roles edit <role> [permissions...] Edit the permissions registered with a registered role.

Destiny

Get information from the Destiny 2 API

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;destiny Get information from the Destiny 2 API
;destiny activities [character=None] Get information about available activities
;destiny whereisxur Display Xûr's current location
;destiny loadout Commands for interacting with your loadouts
;destiny loadout view Display a menu of each character's equipped weapons and their info
;destiny loadout equip <character> <loadout> Equip a loadout on a specific character
;destiny loadout equipped [full=False] Display a menu of each character's equipped weapons and their info
;destiny vendor Commands for looking up various vendor information
;destiny vendor ada-1 [character=None] Display Ada-1's wares
;destiny vendor rahool [character=None] Display Rahool's wares.
;destiny vendor saint-14 [character=None] Display Saint-14's wares
;destiny vendor search <vendor> [character=None] Display any vendors wares.
;destiny vendor banshee-44 [character=None] Display Banshee-44's wares.
;destiny vendor eververse [character=None] Display items currently available on the Eververse in a menu.
;destiny stats <stat_type> Display each character's stats for a specific activity
;destiny news Get the latest news articles from Bungie.net
;destiny commendations Show your commendation scores
;destiny forgetme Remove your authorization to the destiny API on the bot
;destiny nightfall [character=None] Get information about this weeks Nightfall activity
;destiny postmaster View and pull from the postmaster
;destiny craftable Show which weapons you're missing deepsight resonance for crafting
;destiny joinme Get your Steam ID to give people to join your in-game fireteam
;destiny user [user=None] Display a menu of your basic character's info
;destiny xûr [character=None] Display a menu of Xûr's current wares
;destiny dares Get information about this weeks Nightfall activity
;destiny clan Clan settings
;destiny clan roster ["csv"|"md"=None] Get the full clan roster
;destiny clan info [clan_id=None] Display basic information about the clan set in this server
;destiny clan set <clan_id> Set the clan ID for this server
;destiny clan pending Display pending clan members.
;destiny random Get Random Items
;destiny random exotic <weapons_or_class> Get a random Exotic Weapon or choose a specific Class
;destiny history <activity> [character=None] Display a menu of each character's last 5 activities
;destiny search Search for a destiny item, vendor, record, etc.
;destiny search items [details_or_lore=None] <search> Search for a specific item in Destiny 2
;destiny search lore [entry=None] Find Destiny Lore
;destiny raids Show your current raid completion state
;destiny reset Show exactly when Weekyl and Daily reset is

Downloader

Install community cogs made by Cog Creators. Community cogs, also called third party cogs, are not included in the default Red install. Community cogs come in repositories. Repos are a group of cogs you can install. You always need to add the creator&#x27;s repository using the `[p]repo` command before you can install one or more cogs from the creator.

Author: Cog Creators

Repo: https://github.com/Cog-Creators/Red-DiscordBot

Command Description
;findcog <command_name> Find which cog a command comes from.

Economy

Get rich and have fun with imaginary currency!

Author: Cog Creators

Repo: https://github.com/Cog-Creators/Red-DiscordBot

Command Description
;bank Base command to manage the bank.
;bank transfer <to> <amount> Transfer currency to other users.
;bank balance [user=<you>] Show the user's account balance.
;bank set <to> <creds> Set the balance of a user's bank account.
;payday Get some free currency.
;leaderboard [top=10] [show_global=False] Print the leaderboard.
;payouts Show the payouts for the slot machine.
;slot <bid> Use the slot machine.
;economyset Base command to manage Economy settings.
;economyset slottime <duration> Set the cooldown for the slot machine.
;economyset slotmax <bid> Set the maximum slot machine bid.
;economyset slotmin <bid> Set the minimum slot machine bid.
;economyset paydayamount <creds> Set the amount earned each payday.
;economyset paydaytime <duration> Set the cooldown for the payday command.
;economyset rolepaydayamount <role> <creds> Set the amount earned each payday for a role.
;economyset showsettings Shows the current economy settings

Elements

Display information from the periodic table of elements

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;element [element=None] [measurement=None] Display information about an element

Encoding

Convert messages into fun encodings

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;hash Various hashing commands
;hash md5 <txt> MD5 Hash some Text
;hash sha512 <txt> SHA512 Hash some Text
;hash sha1 <txt> SHA1 Hash some Text
;hash sha256 <txt> SHA256 Hash some Text
;encode Encode a string.
;encode dna <message> Encodes a string into DNA 4 byte ACGT format
;encode b64 <message> Encode text into base 64
;encode b16 <message> Encode text into base 16
;encode b32 <message> Encode text into base 32
;encode braille <message> Encode text into braille unicode characters
;encode chr <message> Encode message into character numbers
;encode rot [rot_key] <message> Encode a caeser cipher message with specified key
;encode binary <message> Encode text into binary sequences of 8
;encode hex <message> Encode text into hexadecimal
;decode Decode a string.
;decode b32 <message> Decode base32 text
;decode hex <message> Decode a hexadecimal sequence to text
;decode rot [rot_key] <message> Decode a caeser cipher message with specified key
;decode binary <message> Decode binary sequences of 8
;decode b64 <message> Decode base 64 text
;decode braille <message> Decide braille unicode characters to ascii
;decode chr <message> Decode character numbers to a message
;decode dna <message> Decodes a string of DNA in 4 byte ACGT format.
;decode b16 <message> Decode base16 text

EventPoster

Create admin approved events/announcements

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;event All event related commands.
;event show [member=None] Show current event being run by a member
;event set Manage server specific settings for events
;event set listplayerclass List the playerclass choices in this server.
;event set approvalchannel [channel=None] Set the admin approval channel
;event set thread <true_or_false> Set whether or not to turn the announcement message into a thread
;event set settings Show the current event settings.
;event set channel [channel=None] Set the Announcement channel for events
;event set maxevents [number_of_events=None] Set the maximum number of events the server can host.
;event set addplayerclass [emoji=None] <player_class> Add a playerclass choice for users to pick from on this server.
;event set defaultmax [max_slots=None] Set's the servers default maximum slots
;event set viewlinks Show custom thumbnails available for events in this server
;event set removeplayerclass <player_class> Remove a playerclass choice for users to pick from on this server.
;event set cleanup [time=None] Set the events cleanup interval.
;event set largelinks <keyword> <link> Set the custom embed image for events
;event set ping [everyone=False] [here=False] [role=None] Set the ping to use when an event is announced
;event set bypass <true_or_false> Set whether or not admin approval is required for events to be posted.
;event set roles <role> Set the roles that are allowed to create events
;event set links <keyword> <link> Set the custom thumbnail for events
;event set class [player_class] Set's the users default player class. If nothing is provided this will be rest.
;event set remove <hoster> Remove and end a current event.
;event clear [clear=False] Delete a stored event so you can create more
;event edit Edit various things in events
;event edit title <new_description> Edit the title of your event
;event edit slots [new_slots=None] Edit the number of slots available for your event
;event edit maybeadd [new_members]... Add members to your events maybe list
;event edit remaining Show how long until your event will be automatically ended if available.
;event edit mayberemove [members]... Remove members from your events maybe list
;event edit memberadd [new_members]... Add members to your event (hopefully not against their will)
;event edit memberremove [members]... Remove members from your event (hopefully not against their will)
;event make [members=None]... [max_slots=None] <description> Create an event
;event leave <hoster> Leave an event being hosted
;event ping [include_maybe=True] [message=None] Ping all the registered users for your event including optional message
;event join <hoster> Join an event being hosted
;eventslash Slash command toggling for event

ExtendedModLog

Extended modlogs Works with core modlogset channel

Author: RePulsR and TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;modlog Toggle various extended modlog notifications
;modlog embeds <true_or_false> [events...] Set modlog events to use embeds or text
;modlog settings Show the servers current ExtendedModlog settings
;modlog channel <channel> [events...] Set the channel for modlogs.
;modlog commandlevel [level...] Set the level of commands to be logged
;modlog ignore <channel> Ignore a channel from message delete/edit events and bot commands
;modlog colour <colour> [events...] Set custom colours for modlog events
;modlog unignore <channel> Unignore a channel from message delete/edit events and bot commands
;modlog toggle <true_or_false> [events...] Turn on and off specific modlog actions
;modlog resetchannel [events...] Reset the modlog event to the default modlog channel.
;modlog all <true_or_false> Turn all logging options on or off
;modlog delete Delete logging settings
;modlog delete cachedonly Toggle message delete notifications for non-cached messages
;modlog delete ignorecommands Toggle message delete notifications for valid bot command messages
;modlog delete bulkdelete Toggle bulk message delete notifications
;modlog delete individual Toggle individual message delete notifications for bulk message delete
;modlog nickname Toggle nickname updates for user changes
;modlog bot Bot filter settings
;modlog bot edits Toggle message edit notifications for bot users
;modlog bot voice Toggle bots from being logged in voice state updates
;modlog bot change Toggle bots from being logged in user updates
;modlog bot deletes Toggle message delete notifications for bot users
;modlog emojiset <emoji> [events...] Set the emoji used in text modlogs.

Fenrir

Various unreasonable commands inspired by Fenrir

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;fenrir We're Moving on.
;fenrir feedback Create a reaction emoji to insult users
;fenrir mute Create a reaction emoji to mute users
;fenrir kick Create a reaction emoji to kick users
;fenrir lockdown Replace all commands in the server with insults
;fenrir set [role=None] Sets the mute role for fenrirmute to work
;fenrir block [members...] Replaces all commands for specific members with insults
;fenrir ban Create a reaction emoji to ban users

Filter

This cog is designed for &quot;filtering&quot; unwanted words and phrases from a server. It provides tools to manage a list of words or sentences, and to customize automatic actions to be taken against users who use those words in channels or in their name/nickname. This can be used to prevent inappropriate language, off-topic discussions, invite links, and more.

Author: Cog Creators

Repo: https://github.com/Cog-Creators/Red-DiscordBot

Command Description
;filterset Base command to manage filter settings.
;filterset ban <count> <timeframe> Set the filter's autoban conditions.
;filterset defaultname <name> Set the nickname for users with a filtered name.
;filter Base command to add or remove words from the server filter.
;filter clear Clears this server's filter list.
;filter channel Base command to add or remove words from the channel filter.
;filter channel list Send a list of the channel's filtered words.
;filter channel clear Clears this channel's filter list.
;filter channel add <channel> <words...> Add words to the filter.
;filter channel delete <channel> <words...> Remove words from the filter.
;filter add <words...> Add words to the filter.
;filter names Toggle name and nickname filtering.
;filter delete <words...> Remove words from the filter.
;filter list Send a list of this server's filtered words.

Fish

Author: Unknown

Repo: Unknown

Command Description
;fish fish Go fishing.
;fish leaderboard [global_users=False] Fish Leaderboard
;fish chest <type> Unlock one of your packages
;fish view View your collection of fishes.
;fish info View your current fishing loadout.
;fish sell <_type> Sell a type of fishes.
;fish weather Shows the weather forecast for the next few days
;fish select <rod> Select your current rod.
;fish rods View your collection of rods.
;fishshop Buy and sell your fishing needs.
;fishshop buy [item=None] Buy your fishing needs.

Forward

Forward messages sent to the bot to the bot owner or in a specified channel.

Author: flare(flare#0001) and Aikaterna

Repo: https://github.com/flaree/Flare-Cogs

Command Description
;pm <user> <message> PMs a person.

Fun

Module for fun/meme commands. RedBot V3 conversion of Appu&#x27;s Fun cog.

Author: Appu and TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;vowelreplace <replace> <msg> Replaces all vowels in a word with a letter.
;textflip <msg> Flip given text.
;regional <msg> Replace letters with regional indicator emojis.
;space <msg> Add n spaces between each letter. Ex: `[p]space 2 thicc`.
;oof [message] React 🅾🇴🇫 to a message.
;react <msg> [message] Add letter(s) as reaction to previous message.

General

General commands.

Author: Cog Creators

Repo: https://github.com/Cog-Creators/Red-DiscordBot

Command Description
;choose <first> <second> [others...] Choose between multiple options.
;roll [number=100] Roll a random number.
;flip [user=None] Flip a coin... or a user.
;rps <your_choice> Play Rock Paper Scissors.
;8 <question> Ask 8 ball a question.
;stopwatch Start or stop the stopwatch.
;lmgtfy <search_terms> Create a lmgtfy link.
;serverinfo [details=False] Show server information.
;urban <word> Search the Urban Dictionary.

Hockey

Gather information and post goal updates for NHL hockey teams

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;hockey Get information from NHL.com
;hockey pickems Commands for managing pickems
;hockey pickems settings Show the servers current pickems settings
;hockey pickems clear Stop posting new pickems threads and clear existing list of pickems threads.
;hockey pickems setup [channel=None] Sets up automatically created pickems threads every week.
;hockey pickems remove <true_or_false> Clears the servers current pickems object list
;hockey pickems page [date=None] Generates a pickems page for voting on
;hockey pickems message [message] Customize the pickems message for this server
;hockey gdt Game Day Thread setup for the server
;hockey gdt toggle Toggles the game day channel creation on this server
;hockey gdt defaultstate <state> Set the default game state updates for Game Day Channels.
;hockey gdt delete Delete all current game day threads for the server
;hockey gdt settings Show the current Game Day Thread Settings
;hockey gdt updates <update_start> Set whether or not the starting thread message will update as the game progresses.
;hockey gdt create Creates the next gdt for the server
;hockey gdt setup <team> [channel=None] Setup game day channels for a single team or all teams
;hockey playoffs [season=None] Gets all NHL games for the current season
;hockey stats [category] [season] [limit=10] Display Leader categories
;hockey gdc Game Day Channel setup for the server
;hockey gdc category <category> Change the category for channel creation. Channel is case sensitive.
;hockey gdc defaultstate <state> Set the default game state updates for Game Day Channels.
;hockey gdc toggle Toggles the game day channel creation on this server
;hockey gdc setup <team> [category=None] [delete_gdc=True] Setup game day channels for a single team or all teams
;hockey gdc create Creates the next gdc for the server
;hockey gdc delete Delete all current game day channels for the server
;hockey gdc autodelete Toggle's auto deletion of game day channels.
;hockey gdc settings Show the current Game Day Channel Settings
;hockey roster [season] <team> Get a teams roster
;hockey pickemsvotes [public=False] View your current pickems votes for the server.
;hockey heatmap ["all"|"ev"|"5v5"|"sva"|"home5v4"|"away5v4"=all] [date=None] [team] Display game heatmaps.
;hockey version Display the current version
;hockey player [season] <player> Lookup information about a specific player
;hockey leaderboard [public=True] [leaderboard_type] Shows the current server leaderboard
;hockey otherdiscords <team> Get team specific discord links
;hockey schedule [date] [team] Gets upcoming NHL games for the current season as a list
;hockey games [date=None] [team] Gets all NHL games for the current season
;hockey gameflow ["all"|"ev"|"5v5"|"sva"=all] [corsi=True] [date=None] [team] Display games gameflow.
;hockey recap [date] [team] Gets NHL games and their game recap links
;hockey set Setup Hockey commands for the server
;hockey set togglestandings Toggles automatic standings updates
;hockey set remove [team=None] [channel=None] Removes a teams goal updates from a channel
;hockey set goalimage [channel=None] Toggle including goal images when a goal is posted
;hockey set stateupdates <channel> <state> Toggle specific updates from a designated channel
;hockey set poststandings <standings_type> [channel=None] Posts automatic standings when all games for the day are done
;hockey set add <team> [channel=None] Adds a hockey team goal updates to a channel do 'all' for all teams
;hockey set settings Show hockey settings for this server
;hockey standings [search=None] Displays current standings
;pickemscredits Settings for awarding credits on correct pickems votes
;pickemscredits amount [amount=None] Set the number of top winners to receive the top weekly award credits.
;pickemscredits top [amount=None] Set the amount of credits awarded for the top x winners of pickems.
;pickemscredits base [amount=None] Set the base awarded credits for correct pickems votes.
;pickemsleaderboard Settings for clearing/resetting pickems leaderboards
;pickemsleaderboard clearweekly <true_or_false> Clears the weekly tracker on the current servers pickems
;pickemsleaderboard clearplayoffs <true_or_false> Clears the weekly tracker on the current servers pickems
;pickemsleaderboard clearweeklypreseason <true_or_false> Clears the weekly tracker on the current servers pickems
;pickemsleaderboard tally <true_or_false> Manually tallies this servers pickems leaderboard incase votes
;pickemsleaderboard clearweeklyplayoffs <true_or_false> Clears the weekly tracker on the current servers pickems
;pickemsleaderboard setuser <user> <season> [weekly=0] [total=0] Allows moderators to set a users points on the leaderboard
;pickemsleaderboard clearseason <true_or_false> Clears the weekly tracker on the current servers pickems
;pickemsleaderboard clearpresesason <true_or_false> Clears the pre-season tracker on the current servers pickems
;pickemsleaderboard clear <true_or_false> Clears the entire pickems leaderboard in the server.
;hockeyslash commands for enabling/disabling slash commands
;hockeynotifications Settings related to role notifications
;hockeynotifications game [on_off=None] Set the servers game start notification style. Options are:
;hockeynotifications gamechannel <channel> [on_off=None] Set the specified channels game start notification style. Options are:
;hockeynotifications sonotifications [on_off=None] Set the servers Shootout notification style. Options are:
;hockeynotifications goalchannel <channel> [on_off=None] Set the specified channels goal notification style. Options are:
;hockeynotifications goal [on_off=None] Set the servers goal notification style. Options are:
;hockeynotifications otnotifications [on_off=None] Set the servers Regular Season OT notification style. Options are:
;hockeyhub <search> Search for hockey related items on https://hockeyhub.github.io/

HockeyHelper

Even more secret hockey dev commands

Author: Unknown

Repo: Unknown

Command Description
;hockeyhelper Helper commands for the hockey servers
;hockeyhelper assignmodrole Assign other team mod roles to all members in the server who are also in mod squad
;hockeyhelper optin <guild_id> Opt in to ban notifications in Hockey Mod Squad
;hockeyhelper checkbans <user_id> Check bans with reasons in all the team servers
;hockeyhelper setmodrole <role> Assign other team mod roles automatically
;hockeyhelper whois <user_id> Display servers a user shares with the bot
;hockeyhelper stats Gather and display nice stats about the hockey servers

Image

Image related commands.

Author: Cog Creators

Repo: https://github.com/Cog-Creators/Red-DiscordBot

Command Description
;imgur Retrieve pictures from Imgur.
;imgur search [count] <terms...> Search Imgur for the specified term.
;imgur subreddit <subreddit> [count=1] [sort_type=top] [window=day] Get images from a subreddit.
;gif <keywords...> Retrieve the first search result from Giphy.
;gifr <keywords...> Retrieve a random GIF from a Giphy search.

ImageMaker

Create various fun images

Author: TrustyJAID, Ivan Seidel (isnowillegal.com), Bruno Lemos (isnowillegal.com), and João Pedro (isnowillegal.com)

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;wheeze [text=None] Generate a wheeze image with text or a user avatar
;facemerge <urls> Generate a gif of two images fading into eachother
;scrollbanner [colour=(255, 0, 0)] <text> Generate a scrolling text gif banner
;obama <text> Synthesize video clips of Obama
;gwheeze [member=None] Generate a gif wheeze image if user has a gif avatar
;beautiful [user=None] [is_gif=False] Generate a beautiful image using users avatar
;feels [user=None] [is_gif=False] Generate a feels image using users avatar and role colour
;trump <message> Generate isnowillegal gif image
;redpill Generate a Red Pill
;bluepill Generate a Blue Pill
;blackpill Generate a Black Pill
;purplepill Generate a Purple Pill
;yellowpill Generate a Yellow Pill
;greenpill Generate a Green Pill
;pill [colour=#FF0000] Generate a pill image to any colour with hex codes

Imgflip

Generate memes from imgflip.com API

Author: Twentysix and TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;getmemes List memes with names that can be used
;meme <meme> <text> Create custom memes from imgflip

Insult

Airenkun&#x27;s Insult Cog

Author: Airen, JennJenn, and TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;insult [user=None] Insult the user

InviteBlocklist

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;inviteblock Settings for managing invite link blocking
;inviteblock allowlist Commands for setting the blocklist
;inviteblock allowlist info Show what guild ID's are in the invite link allowlist
;inviteblock allowlist remove [invite_or_guild_id...] Add a guild ID to the allowlist, providing an invite link will also work
;inviteblock allowlist add [invite_or_guild_id...] Add a guild ID to the allowlist, providing an invite link will also work
;inviteblock blockall <set_to> Automatically remove all invites regardless of their destination
;inviteblock blocklist Commands for setting the blocklist
;inviteblock blocklist add [invite_or_guild_id...] Add a guild ID to the blocklist, providing an invite link will also work
;inviteblock blocklist info Show what guild ID's are in the invite link blocklist
;inviteblock blocklist remove [thing_to_block...] Add a guild ID to the blocklist, providing an invite link will also work
;inviteblock immunity Commands for fine tuning allowed channels, users, or roles
;inviteblock immunity info Show what channels, users, and roles are in the invite link allowlist
;inviteblock immunity remove [channel_user_role...] Add a guild ID to the allowlist, providing an invite link will also work
;inviteblock immunity add [channel_user_role...] Add a guild ID to the allowlist, providing an invite link will also work

Leveler

A level up thing with image generation!

Author: Fixator10, Stevy, flaree, and aikaterna

Repo: https://github.com/fixator10/Fixator10-Cogs

Command Description
;rep [user=None] Gives a reputation point to a designated player.
;backgrounds [profile|rank|levelup] Gives a list of backgrounds.
;lvlset Profile configuration Options.
;lvlset rank Rank options.
;lvlset rank bg <image_name> Set your rank background.
;lvlset rank color <section> <color> Set rank color.
;lvlset badge Badge Configuration Options.
;lvlset badge available [global_badges=False] Get a list of available badges.
;lvlset badge buy [is_global] <name> Buy a badge.
;lvlset badge list [user=None] Get all badges of a user.
;lvlset badge set <name> <priority_num> Set a badge to profile.
;lvlset levelup Level-Up options.
;lvlset levelup bg <image_name> Set your level-up background.
;lvlset levelup color <section> <color> Set levelup color.
;lvlset profile Profile options.
;lvlset profile color <section> <color> Set profile color.
;lvlset profile info <info> Set your user info.
;lvlset profile title [title=None] Set your title.
;lvlset profile bg <image_name> Set your profile background.
;lvladmin Admin options features.
;lvladmin private Toggles level-up alert in private message to the user.
;lvladmin ignorechannel [channel=None] Blocks exp gain in certain channel.
;lvladmin lock Locks levelup messages to one channel.
;lvladmin msgcredits [currency=0] Credits per message logged.
;lvladmin alerts Toggle level-up messages on the server.
;lvladmin textonly Toggle text-based messages on the server.
;lvladmin badge Badge Configuration Options.
;lvladmin badge delete [is_global=False] <name> Delete a badge and remove from all users.
;lvladmin badge unlink <badge_name> Delete a badge/level association.
;lvladmin badge listlinks List level/badge associations.
;lvladmin badge link <badge_name> <level> Associate a badge with a level.
;lvladmin badge take <user> <name> Take a user's badge.
;lvladmin badge add <name> [is_global] <bg_img> <border_color> <price> <description> Add a badge.
;lvladmin badge give <user> [is_global] <name> Give a user a badge by its name.
;lvladmin role Admin role configuration.
;lvladmin role unlink <role> Delete a role/level association.
;lvladmin role listlinks List level/role associations.
;lvladmin role link <add_role> <level> [remove_role=None] Associate a role with a level.
;lvladmin overview A list of settings.
;top [page] [--global] [--rep] [--server SERVER] Displays leaderboard.
;profile [user=None] Displays a user profile.
;rank [user=None] Displays the rank of a user.
;lvlinfo [user=None] Gives more specific details about user profile image.

MentionPrefix

Ping the bot to see its prefixes.

Author: Draper and TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;mentiontoggle Toggle whether mentioning the bot will send a help message.

Mock

mock a user as spongebob

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;mock [msg=None] Mock a user with the spongebob meme

Mod

Moderation tools.

Author: Cog Creators

Repo: https://github.com/Cog-Creators/Red-DiscordBot

Command Description
;slowmode [interval=0:00:00] Changes thread's or text channel's slowmode setting.
;rename <member> [nickname] Change a member's nickname.
;userinfo [member=None] Show information about a member.
;names <member> Show previous names and nicknames of a member.
;kick <member> [reason=None] Kick a user.
;ban <user> [days=None] [reason=None] Ban a user from this server and optionally delete days of messages.
;massban <user_ids...> [days] [reason] Mass bans user(s) from the server.
;tempban <member> [duration=None] [days=None] [reason=None] Temporarily ban a user from this server.
;softban <member> [reason=None] Kick a user and delete 1 day's worth of their messages.
;voicekick <member> [reason=None] Kick a member from a voice channel.
;voiceunban <member> [reason=None] Unban a user from speaking and listening in the server's voice channels.
;voiceban <member> [reason=None] Ban a user from speaking and listening in the server's voice channels.
;unban <user_id> [reason=None] Unban a user from this server.
;modset Manage server administration settings.
;modset mentionspam Manage the automoderation settings for mentionspam.
;modset mentionspam warn <max_mentions> Sets the autowarn conditions for mention spam.
;modset mentionspam strict [enabled=None] Setting to account for duplicate mentions.
;modset mentionspam ban <max_mentions> Set the autoban conditions for mention spam.
;modset mentionspam kick <max_mentions> Sets the autokick conditions for mention spam.
;modset reinvite Toggle whether an invite will be sent to a user when unbanned.
;modset showsettings Show the current server administration settings.
;modset defaultduration <duration> Set the default time to be used when a user is tempbanned.
;modset tracknicknames [enabled=None] Toggle whether nickname changes should be tracked.
;modset dm [enabled=None] Toggle whether a message should be sent to a user when they are kicked/banned.
;modset defaultdays [days=0] Set the default number of days worth of messages to be deleted when a user is banned.
;modset hierarchy Toggle role hierarchy check for mods and admins.
;modset deleterepeats [repeats=None] Enable auto-deletion of repeated messages.

ModLog

Browse and manage modlog cases.

Author: Cog Creators

Repo: https://github.com/Cog-Creators/Red-DiscordBot

Command Description
;case <number> Show the specified case.
;casesfor <member> Display cases for the specified member.
;listcases <member> List cases for the specified member.
;reason [case] <reason> Specify a reason for a modlog case.

Mutes

Mute users temporarily or indefinitely.

Author: Unknown

Repo: Unknown

Command Description
;voicemute <users...> [reason] Mute a user in their current voice channel.
;voiceunmute <users...> [reason] Unmute a user in their current voice channel.
;muteset Mute settings.
;muteset notification [channel=None] Set the notification channel for automatic unmute issues.
;muteset makerole <name> Create a Muted role.
;muteset defaulttime [time=None] Set the default mute time for the mute command.
;muteset showmoderator <true_or_false> Decide whether the name of the moderator muting a user should be included in the DM to that user.
;muteset settings Shows the current mute settings for this guild.
;muteset senddm <true_or_false> Set whether mute notifications should be sent to users in DMs.
;muteset role [role=None] Sets the role to be applied when muting a user.
;activemutes Displays active mutes on this server.
;timeout <users...> [time_and_reason] Timeout users.
;mute <users...> [time_and_reason] Mute users.
;mutechannel <users...> [time_and_reason] Mute a user in the current text channel (or in the parent of the current thread).
;unmute <users...> [reason] Unmute users.
;unmutechannel <users...> [reason] Unmute a user in this channel (or in the parent of this thread).

NotSoBot

Rewrite of many NotSoBot commands to work on RedBot V3

Author: NotSoSuper and TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;magik [urls=None] [scale=2] [scale_msg] Apply magik to an image.
;gmagik [urls=None] [frame_delay=1] Attempt to do magik on a gif
;caption [urls=None] [text=Caption] [color=white] [size=40] [x=0] [y=0] Add caption to an image
;triggered [urls=None] Generate a Triggered GIF for a user or image
;aesthetics <text> Returns inputed text in aesthetics
;ascii <text> Convert text into ASCII
;iascii [urls=None] Generate an ascii art image of last image in chat or from URL
;gascii [urls=None] Gif to ASCII
;rip [name=None] [text=None] Generate tombstone image with name and optional text
;merge [vertical=True] [urls] Merge/Combine Two Photos
;emojify <txt> Replace characters in text with emojis
;jpeg [urls=None] [quality=1] Add more JPEG to an Image
;vw [urls=None] [txt=None] Add vaporwave flavours to an image
;minecraftachievement <txt> Generate a Minecraft Achievement
;watermark [urls=None] [mark=None] [x=0] [y=0] [transparency=0] Add a watermark to an image
;glitch [urls=None] [iterations=None] [amount=None] [seed=None] Glitch a gif or png
;pixelate [urls=None] [pixels=9] Pixelate an image
;waaw [urls=None] Mirror an image vertically right to left
;haah [urls=None] Mirror an image vertically left to right
;woow [urls=None] Mirror an image horizontally top to bottom
;hooh [urls=None] Mirror an image horizontally bottom to top
;flipimg [urls=None] Rotate an image 180 degrees
;flop [urls=None] Flip an image horizontally
;invert [urls=None] Invert the colours of an image
;rotate [degrees=90] [urls=None] Rotate image X degrees

Penis

Penis related commands.

Author: Twentysix and DesignByAdrian (ThinkAdrian#1186)

Repo: https://github.com/designbyadrian/CogsByAdrian

Command Description
;penis [users...] Detects user's penis length

Permissions

Customise permissions for commands and cogs.

Author: Cog Creators

Repo: https://github.com/Cog-Creators/Red-DiscordBot

Command Description
;permissions Command permission management tools.
;permissions acl Manage permissions with YAML files.
;permissions acl setserver Set rules for this server with a YAML file.
;permissions acl updateserver Update rules for this server with a YAML file.
;permissions acl getserver Get a YAML file detailing all rules in this server.
;permissions acl yamlexample Sends an example of the yaml layout for permissions
;permissions addserverrule <allow_or_deny> <cog_or_command> <who_or_what...> Add a rule to a command in this server.
;permissions clearserverrules Reset all rules in this server.
;permissions removeserverrule <cog_or_command> <who_or_what...> Remove a server rule from a command.
;permissions setdefaultserverrule <allow_or_deny> <cog_or_command> Set the default rule for a command in this server.
;permissions explain Explain how permissions works.
;permissions canrun <user> <command> Check if a user can run a command.

PfpImgen

Make images from avatars!

Author: PhenoM4n4n

Repo: https://github.com/phenom4n4n/phen-cogs

Command Description
;neko [member=None] Make a neko avatar...
;bonk [member=None] Bonk! Go to horny jail.
;simp [member=None] You are now a simp.
;banner [member=None] Banner
;nickel [member=None] <text> If I had a nickel for everytime someone ran this command..
;stoptalking [member=None] <text> Tell someone to stop blabbering away
;horny [member=None] Assign someone a horny license.
;shutup [member=None] <text> Will you shutup, man
;petpet [member=None] petpet someone

Pokecord

Pokecord adapted to use on Red.

Author: flare(flare#0001)

Repo: https://github.com/flaree/pokecord-red

Command Description
;poke Pokecord commands
;poke trade <user> <pokemon ID> Pokecord Trading
;poke locale <locale> Set the Pokecord locale to use for yourself.
;poke set Manage pokecord settings
;poke set levelup type Toggle levelup messages on or off.
;poke set settings Overview of pokécord settings.
;poke set blacklist <channel> Blacklist channels from contributing to pokémon spawning.
;poke set channel <channel> Set the channel(s) that pokemon are to spawn in.
;poke set whitelist <channel> Whitelist channels that will contribute to pokémon spawning.
;poke set toggle type Toggle pokecord on or off.
;poke release <id> Release a pokémon.
;poke silence type Toggle pokecord levelling messages on or off.
;poke nick <id> <nickname> Set a pokémons nickname.
;list [user=None] List a trainers or your own pokémon!
;select id_or_latest Select your default pokémon.
;pokedex Check your caught pokémon!
;psearch <args> Search your pokemon.
;current Show your current selected pokemon
;starter [pokemon=None] Choose your starter pokémon!
;hint Get a hint on the pokémon!
;catch <pokemon> Catch a pokemon!

RSS

RSS feeds for your server.

Author: aikaterna

Repo: https://github.com/aikaterna/aikaterna-cogs

Command Description
;rss RSS feed stuff.
;rss add <feed_name> [channel=None] <url> Add an RSS feed to a channel.
;rss template <feed_name> [channel=None] [template=None] Set a template for the feed alert.
;rss force <feed_name> [channel=None] Forces a feed alert.
;rss limit <feed_name> [channel=None] [character_limit=None] Set a character limit for feed posts. Use 0 for unlimited.
;rss find <website_url> Attempts to find RSS feeds from a URL/website.
;rss list [channel=None] List saved feeds for this channel or a specific channel.
;rss listall List all saved feeds for this server.
;rss listtags <feed_name> [channel=None] List the tags available from a specific feed.
;rss showtemplate <feed_name> [channel=None] Show the template in use for a specific feed.
;rss tag RSS post tag qualification.
;rss tag allowlist <feed_name> [channel=None] List allowed tags for feed post qualification.
;rss tag remove <feed_name> [channel=None] [tag=None] Remove a tag from the allow list. The tag must match exactly (without regard to title casing).
;rss tag allow <feed_name> [channel=None] [tag=None] Set an allowed tag for a feed to be posted. The tag must match exactly (without regard to title casing).
;rss remove <feed_name> [channel=None] Removes a feed from a channel.
;rss embed Embed feed settings.
;rss embed toggle <feed_name> [channel=None] Toggle whether a feed is sent in an embed or not.
;rss embed image <feed_name> [channel=None] [image_tag_name=None] Set a tag to be a large embed image.
;rss embed thumbnail <feed_name> [channel=None] [thumbnail_tag_name=None] Set a tag to be a thumbnail image.
;rss embed color <feed_name> [channel=None] [color=None] Set an embed color for a feed.

ReTrigger

Trigger bot events using regular expressions

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;retrigger Setup automatic triggers based on regular expressions
;retrigger dm <name> <regex> <text> Add a dm response trigger
;retrigger publish <name> <regex> Add a trigger to automatically publish content in news channels.
;retrigger modlog Set which events to record in the modlog.
;retrigger modlog addroles Toggle custom add role messages in the modlog
;retrigger modlog filter Toggle custom filter messages in the modlog
;retrigger modlog removeroles Toggle custom add role messages in the modlog
;retrigger modlog channel [channel] Set the modlog channel for filtered words
;retrigger modlog bans Toggle custom ban messages in the modlog
;retrigger modlog settings Show the current modlog settings for this server.
;retrigger modlog kicks Toggle custom kick messages in the modlog
;retrigger allowlist Set allowlist options for retrigger
;retrigger allowlist add <trigger> [channel_user_role]... Add a channel, user, or role to triggers allowlist
;retrigger allowlist remove <trigger> [channel_user_role]... Remove a channel, user, or role from triggers allowlist
;retrigger list [trigger] List information about triggers.
;retrigger randomimage <name> <regex> Add a random image/file response trigger
;retrigger edit Edit various settings in a set trigger.
;retrigger edit readfilenames <trigger> Toggle whether to search message attachment filenames.
;retrigger edit edited <trigger> Toggle whether the bot will listen to edited messages as well as on_message for
;retrigger edit chance <trigger> <chance> Edit the chance a trigger will execute.
;retrigger edit ocr <trigger> Toggle whether to use Optical Character Recognition to search for text within images.
;retrigger edit command <trigger> <command> Edit the text of a saved trigger.
;retrigger edit usermention <trigger> <set_to> Set whether or not this trigger can mention users
;retrigger edit rolemention <trigger> <set_to> Set whether or not to send this trigger will allow role mentions
;retrigger edit reply <trigger> [set_to=None] Set whether or not to reply to the triggered message
;retrigger edit enable <trigger> Enable a trigger
;retrigger edit text <trigger> <text> Edit the text of a saved trigger.
;retrigger edit cooldown <trigger> <time> [style=guild] Set cooldown options for retrigger
;retrigger edit disable <trigger> Disable a trigger
;retrigger edit role <trigger> [roles]... Edit the added or removed roles of a saved trigger.
;retrigger edit deleteafter <trigger> [delete_after=None] Edit the delete_after parameter of a saved text trigger.
;retrigger edit ignorecommands <trigger> Toggle the trigger ignoring command messages entirely.
;retrigger edit react <trigger> [emojis]... Edit the emoji reactions of a saved trigger.
;retrigger edit nsfw <trigger> Toggle whether a trigger is considered NSFW.
;retrigger edit thread <trigger> [public_or_private=None] [thread_name=None] Set whether or not this trigger will attempt to create a private thread on the triggered
;retrigger edit readembeds <trigger> Toggle whether a trigger will check embeds.
;retrigger edit everyonemention <trigger> <set_to> Set whether or not to send this trigger can mention everyone
;retrigger edit tts <trigger> <set_to> Set whether or not to send the message with text-to-speech
;retrigger edit regex <trigger> <regex> Edit the regex of a saved trigger.
;retrigger dmme <name> <regex> <text> Add trigger to DM yourself
;retrigger imagetext <name> <regex> <text> [image_url=None] Add an image/file response with text trigger
;retrigger react <name> <regex> [emojis]... Add a reaction trigger
;retrigger rename <name> <regex> <text> Add trigger to rename users
;retrigger ban <name> <regex> Add a trigger to ban users for saying specific things found with regex
;retrigger kick <name> <regex> Add a trigger to kick users for saying specific things found with regex
;retrigger filter <name> [check_filenames=False] <regex> Add a trigger to delete a message
;retrigger removerole <name> <regex> [roles]... Add a trigger to remove a role
;retrigger remove <trigger> Remove a specified trigger
;retrigger explain [page_num=1] Explain how to use retrigger
;retrigger addrole <name> <regex> [roles]... Add a trigger to add a role
;retrigger multi <name> <regex> [multi_response]... Add a multiple response trigger
;retrigger random <name> <regex> Add a random text response trigger
;retrigger command <name> <regex> <command> Add a command trigger
;retrigger text <name> <regex> [delete_after=None] <text> Add a text response trigger
;retrigger image <name> <regex> [image_url=None] Add an image/file response trigger
;retrigger blocklist Set blocklist options for retrigger
;retrigger blocklist remove <trigger> [channel_user_role]... Remove a channel, user, or role from triggers blocklist
;retrigger blocklist add <trigger> [channel_user_role]... Add a channel, user, or role to triggers blocklist
;retrigger resize <name> <regex> [image_url=None] Add an image to resize in response to a trigger

ReactPoll

Commands for Reaction Polls

Author: FlapJack, aikaterna, and TrustyJAID

Repo: https://github.com/flapjax/FlapJack-Cogs

Command Description
;rpollset Settings for reaction polls
;rpollset embed Toggle embed usage for polls in this server
;rpoll Commands for setting up reaction polls
;rpoll interactive <channel> Interactive reaction poll creator
;rpoll new [channel=None] <poll_options> Start a reaction poll
;rpoll end <poll_id> Manually end a poll

Reddit

A cog to get information from the Reddit API

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;redditset Commands for setting up the reddit cog
;redditset post <subreddit> [channel=None] Setup a channel for automatically posting new subreddit submissions
;redditset remove <subreddit> [channel=None] Remove a channel from automatically posting new subreddit submissions
;reddit reddit
;reddit new <subreddit> Show 25 newest posts on the desired subreddit
;reddit random <subreddit> Pull a radom submission from the desired subreddit
;reddit hot <subreddit> Show 25 hotest posts on the desired subreddit
;reddit rising <subreddit> Show 25 newest posts on the desired subreddit
;reddit top <subreddit> Show 25 newest posts on the desired subreddit

RoleTools

Role related tools for moderation

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;roletools Commands for creating custom role settings
;roletools select Setup role select menus
;roletools select viewoptions View current select menus setup for role assign in this server.
;roletools select createoption <name> <role> [label=None] [description=None] [emoji=None] Create a select menu option
;roletools select view View current select menus setup for role assign in this server.
;roletools select deleteoption <name> Delete a saved option.
;roletools select delete <name> Delete a saved select menu.
;roletools select create <name> [options]... [min_values=None] [max_values=None] [placeholder=None] Create a select menu
;roletools selfrem [true_or_false=None] <role> Set whether or not a user can remove the role from themselves.
;roletools include Set role inclusion
;roletools include mutual [roles...] Allow setting roles mutually inclusive to eachother
;roletools include add <role> [include]... Add role inclusion (This will add roles if the designated role is acquired
;roletools include remove <role> [include]... Remove role inclusion
;roletools selfrole Add or remove a defined selfrole
;roletools selfrole add <role> Give yourself a role
;roletools selfrole remove <role> Remove a role from yourself
;roletools giverole <role> [who...] Gives a role to designated members.
;roletools sticky [true_or_false=None] <role> Set whether or not a role will be re-applied when a user leaves and rejoins the server.
;roletools forcerole [users]... <role> Force a sticky role on one or more users.
;roletools viewroles [role=None] View current roletools setup for each role in the server
;roletools message Commands for sending/editing messages for roletools
;roletools message sendselect <channel> [menus]... <message> Send a select menu to a specified channel for role assignment
;roletools message edit <message> [buttons]... [menus]... Edit a bots message to include Role Buttons
;roletools message send <channel> [buttons]... [menus]... <message> Send a select menu to a specified channel for role assignment
;roletools message editbutton <message> [buttons]... Edit a bots message to include Role Buttons
;roletools message sendbutton <channel> [buttons]... <message> Send buttons to a specified channel with optional message.
;roletools message editselect <message> [menus]... Edit a bots message to include Role Buttons
;roletools selfadd [true_or_false=None] <role> Set whether or not a user can apply the role to themselves.
;roletools autorole [true_or_false=None] <role> Set a role to be automatically applied when a user joins the server.
;roletools cost [cost=None] <role> Set the cost to acquire a role.
;roletools buttons Setup role buttons
;roletools buttons view View current buttons setup for role assign in this server.
;roletools buttons create <name> <role> [label=None] [emoji=None] [style=ButtonStyle.primary] Create a role button
;roletools buttons delete <name> Delete a saved button.
;roletools exclude Set role exclusions
;roletools exclude add <role> [exclude]... Add role exclusion (This will remove if the designated role is acquired
;roletools exclude mutual [roles...] Allow setting roles mutually exclusive to eachother
;roletools exclude remove <role> [exclude]... Remove role exclusion
;roletools atomic [true_or_false=None] Set the atomicity of role assignment.
;roletools required Set role requirements
;roletools required add <role> [required]... Add role requirements
;roletools required remove <role> [required]... Remove role requirements
;roletools required any <role> <require_any> Set the required roles to require any of the roles instead of all of them
;roletools reaction Reaction role settings
;roletools reaction clearreact <message> [emojis...] Clear the reactions for reaction roles. This will remove
;roletools reaction create <message> <emoji> <role> Create a reaction role
;roletools reaction reactroles View current bound roles in the server
;roletools reaction remove <message> <role_or_emoji> Remove a reaction role
;roletools reaction bulk <message> [role_emoji...] Create multiple roles reactions for a single message
;roletools reaction cleanup Cleanup old/missing reaction roles and settings.
;roletools forceroleremove [users]... <role> Force remove sticky role on one or more users.
;roletools removerole <role> [who...] Removes a role from the designated members.

Runescape

Display Runescape account info

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;runescape Search for a user account or profile
;runescape vis Get the current combinations for vis wax
;runescape reset Show Runescapes Daily, Weekly, and Monthly reset times.
;runescape profile [runescape_name=None] [activity=10] Display a players profile in Runescape
;runescape osrs Search for OSRS highscores
;runescape osrs wiki <search> Look for something on the runescape Wiki.
;runescape osrs stats [runescape_name=None] Display a players stats in oldschool Runescape.
;runescape osrs ge <search> Look for something on the runescape Grand Exchange.
;runescape osrs activities [runescape_name=None] Display a players Activities in oldschool Runescape Hiscores.
;runescape osrs set [runescape_name=None] Set your runescape name for easer commands.
;runescape ge <search> Look for something on the runescape Grand Exchange.
;runescape stats [runescape_name=None] Display a players stats in Runescape
;runescape nemiforest Display an image of a Nemi Forest instance with all nine nodes.
;runescape wiki <search> Look for something on the runescape Wiki.
;runescape set Set various runescape cog settings
;runescape set remove <runescape_name> <channel> Remove a channel from automatic RuneMetrics updates
;runescape set metrics <runescape_name> <channel> Set a channel for automatic RuneMetrics updates
;runescape set username [runescape_name=None] Set your runescape name for easer commands.

Scheduler

A somewhat sane scheduler cog. This cog has a known issue with timezone transtions

Author: Unknown

Repo: Unknown

Command Description
;schedule <eventname> <command> <args> Schedule something
;unschedule <info> Unschedule something.
;showscheduled [all_channels=False] Shows your scheduled tasks in this, or all channels.
;remindme <what to be reminded of> <args> Schedule a reminder DM from the bot
;scheduleradmin Administrative commands for scheduler.
;scheduleradmin killchannel <channel> Kill all tasks scheduled in a specified channel.
;scheduleradmin viewall View all scheduled events in a guild.
;scheduleradmin kill <task_id> Kill another user's task. (id only)

ServerStats

Gather useful information about servers the bot is in A lot of commands are bot owner only

Author: TrustyJAID and Preda

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;avatar [member] Display a users avatar in chat
;emoji <emoji> Post a large size emojis in chat
;botstats Display stats about the bot
;topic [channel] [topic] Sets a specified channels topic
;channeledit Modify channel options
;channeledit bitrate <channel> <bitrate> Edit a voice channels bitrate
;channeledit nsfw <toggle> [channel=None] Set whether or not a channel is NSFW
;channeledit topic [channel] <topic> Edit a channels topic
;channeledit name <channel> <name> Edit a channels name
;channeledit sync <channel> <toggle> Set whether or not to sync permissions with the channels Category
;channeledit position <channel> <position> Edit a channels position
;channeledit userlimit <channel> <limit> Edit a voice channels user limit
;channeledit permissions <permission> <channel> [true_or_false] [roles_or_users...] Edit channel read permissions for designated role
;pruneroles Perform various actions on users who haven't spoken in x days
;pruneroles remove <days> [removed_roles...] Remove roles from users who haven't spoken in x days
;pruneroles list <days> [role=None] List the users who have not talked in x days
;pruneroles add <days> [new_roles...] Give roles to users who haven't spoken in x days
;pruneroles kick <days> [role=None] [reinvite=True] Kick users from the server who have been inactive for x days
;whois <user_id> Display servers a user shares with the bot
;guildedit Edit various guild settings
;guildedit afktimeout <timeout> Change the servers AFK timeout
;guildedit systemchannel [channel=None] Change the system channel
;guildedit name <name> Change the server name
;guildedit afkchannel [channel=None] Change the servers AFK voice channel
;guildedit verificationlevel <level> Modify the guilds verification level
;topmembers [number=10] [guild=None] Lists top members on the server by join date
;getguild [guild=None] Display info about servers the bot is on
;getguilds <guilds> Display info about multiple servers
;nummembers [guild=None] Display number of users on a server
;getroles [guild=None] Displays all roles their ID and number of members in order of
;getreactions <message> Gets a list of all reactions from specified message and displays the user ID,
;serverstats Gets total messages on the server and displays each channel
;channelstats [channel=None] Gets total messages in a specific channel as well as the user who
;guildemojis [id_emojis=False] [guild=None] Display all server emojis in a menu that can be scrolled through

Spotify

Display information from Spotify&#x27;s API

Author: TrustyJAID and NeuroAssassin

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;spotify Spotify commands
;spotify seek <seconds> Seek to a specific point in the current song
;spotify me Shows your current Spotify Settings
;spotify toptracks List your top tracks on spotify
;spotify play [url_or_playlist_name] Play a track, playlist, or album on Spotify
;spotify recent [detailed=False] Displays your most recently played songs on Spotify
;spotify topartists List your top artists on spotify
;spotify volume <volume> Set your spotify volume percentage
;spotify next Skips to the next track in queue on Spotify
;spotify queue <songs> Queue a song to play next in Spotify
;spotify previous Skips to the previous track in queue on Spotify
;spotify new List new releases on Spotify
;spotify now [detailed=False] [member=None] [public=True] Displays your currently played spotify song
;spotify recommendations [detailed=False] <recommendations> Get Spotify Recommendations
;spotify pause Pauses spotify for you
;spotify resume Resumes spotify for you
;spotify repeat ["off"|"track"|"context"] Repeats your current song on spotify
;spotify playlist View Spotify Playlists
;spotify playlist create <name> [public=False] [description] Create a Spotify Playlist
;spotify playlist follow [public=False] <to_follow> Add a playlist to your spotify library
;spotify playlist remove <name> <to_remove> Remove 1 (or more) tracks to a spotify playlist
;spotify playlist list List your Spotify Playlists
;spotify playlist view View details about your spotify playlists
;spotify playlist add <name> <to_add> Add 1 (or more) tracks to a spotify playlist
;spotify playlist featured List your Spotify featured Playlists
;spotify shuffle [state=None] Shuffles your current song list
;spotify device Spotify device commands
;spotify device default [device_name=None] Set your default device to attempt to start playing new tracks on
;spotify device list List all available devices for Spotify
;spotify device transfer [device_name=None] Change the currently playing spotify device
;spotify artist View Spotify Artist info
;spotify artist follow <to_follow> Add an artist to your spotify library
;spotify artist albums <to_follow> View an artists albums
;spotify set Setup Spotify cog
;spotify set menutimeout <timeout> Set the timeout time for spotify menus
;spotify set showprivate <show_private> Set whether or not to show private playlists
;spotify set clearreactions <clear_after> Set whether or not to clear reactions after sending the message
;spotify set forgetme Forget all your spotify settings and credentials on the bot
;spotify set deletemessage <delete_after> Set whether or not to delete the spotify message after timing out
;spotify set showsettings Show settings for menu timeouts
;spotify search [detailed=False] [search_type=track] <query> Search Spotify for things to play
;spotify genres Display all available genres for the recommendations
;spotify share Tell the bot to play the users current song in their current voice channel

Starboard

Create a starboard to *pin* those special comments indefinitely

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;starboard Commands for managing the starboard
;starboard info Display info on starboards setup on the server.
;starboard selfstar [starboard] Toggle whether or not a user can star their own post
;starboard emoji [starboard] <emoji> Set the emoji for the starboard
;starboard cleanup Cleanup stored deleted channels or roles in the blocklist/allowlist
;starboard allowlist Add/Remove channels/roles from the allowlist
;starboard allowlist remove [starboard] <channel_or_role> Remove a channel to the starboard allowlist
;starboard allowlist add [starboard] <channel_or_role> Add a channel to the starboard allowlist
;starboard toggle [starboard] Toggle a starboard on/off
;starboard threshold [starboard] <threshold> Set the threshold before posting to the starboard
;starboard remove [starboard] Remove a starboard from the server
;starboard blocklist Add/Remove channels/roles from the blocklist
;starboard blocklist add [starboard] <channel_or_role> Add a channel to the starboard blocklist
;starboard blocklist remove [starboard] <channel_or_role> Remove a channel to the starboard blocklist
;starboard inherit [starboard] Set whether to inherit the parent channels blocklist/allowlist settings.
;starboard channel [starboard] <channel> Change the channel that the starboard gets posted to
;starboard autostar [starboard] Toggle whether or not the bot will add the emoji automatically to the starboard message.
;starboard create <name> [channel=None] [emoji=⭐] Create a starboard on this server
;starboard colour [starboard] <colour> Change the default colour for a starboard
;star [starboard] <message> Manually star a message
;unstar [starboard] <message> Manually unstar a message

Streams

Various commands relating to streaming platforms. You can check if a Twitch, YouTube or Picarto stream is currently live.

Author: Unknown

Repo: Unknown

Command Description
;twitchstream <channel_name> Check if a Twitch channel is live.
;youtubestream <channel_id_or_name> Check if a YouTube channel is live.
;picarto <channel_name> Check if a Picarto channel is live.
;streamalert Manage automated stream alerts.
;streamalert stop [disable_all=No] Disable all stream alerts in this channel or server.
;streamalert twitch <channel_name> Manage Twitch stream notifications.
;streamalert twitch channel <channel_name> Toggle alerts in this channel for a Twitch stream.
;streamalert youtube <channel_name_or_id> Toggle alerts in this channel for a YouTube stream.
;streamalert list List all active stream alerts in this server.
;streamalert picarto <channel_name> Toggle alerts in this channel for a Picarto stream.
;streamset Manage stream alert settings.
;streamset autodelete <on_off> Toggle alert deletion for when streams go offline.
;streamset ignorereruns Toggle excluding rerun streams from alerts.
;streamset mention Manage mention settings for stream alerts.
;streamset mention online Toggle the `@​here` mention.
;streamset mention role <role> Toggle a role mention.
;streamset mention all Toggle the `@​everyone` mention.
;streamset message Manage custom messages for stream alerts.
;streamset message clear Reset the stream alert messages in this server.
;streamset message nomention <message> Set stream alert message when mentions are disabled.
;streamset message mention <message> Set stream alert message when mentions are enabled.
;streamset ignoreschedule Toggle excluding YouTube streams schedules from alerts.

TarotReading

Post information about tarot cards and readings

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;tarot Receive a tarot reading
;tarot reading [user=None] Unique reading as of this very moment.
;tarot life [user=None] Unique reading based on your discord user ID. Doesn't change.
;tarot card [tarot_card] Random card or choose a card based on number or name.

Translate

Translate messages using Google Translate

Author: Aziz and TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;translate <to_language> <text> Translate messages with Google Translate
;translate blocklist Set blacklist options for translations
;translate blocklist remove [channel_user_role...] Remove a channel, user, or role from translation blacklist
;translate blocklist list List Channels, Users, and Roles in the servers translation blacklist.
;translate blocklist add [channel_user_role...] Add a channel, user, or role to translation blacklist
;translate stats [guild_id] Shows translation usage
;translate set Toggle the bot auto translating
;translate set flag Toggle translations with flag emojis in text
;translate set react Toggle translations to flag emoji reactions
;translate allowlist Set whitelist options for translations
;translate allowlist add [channel_user_role...] Add a channel, user, or role to translation whitelist
;translate allowlist list List Channels, Users, and Roles in the servers translation whitelist.
;translate allowlist remove [channel_user_role...] Remove a channel, user, or role from translation whitelist

Trivia

Play trivia with friends!

Author: Cog Creators

Repo: https://github.com/Cog-Creators/Red-DiscordBot

Command Description
;triviaset Manage Trivia settings.
;triviaset stopafter <seconds> Set how long until trivia stops due to no response.
;triviaset timelimit <seconds> Set the maximum seconds permitted to answer a question.
;triviaset revealanswer <true_or_false> Set whether or not the answer is revealed.
;triviaset usespoilers <true_or_false> Set if bot will display the answers in spoilers.
;triviaset botplays <true_or_false> Set whether or not the bot gains points.
;triviaset showsettings Show the current trivia settings.
;triviaset maxscore <score> Set the total points required to win.
;triviaset payout <multiplier> Set the payout multiplier.
;triviaset override <enabled> Allow/disallow trivia lists to override settings.
;trivia <categories...> Start trivia session on the specified category.
;trivia list List available trivia categories.
;trivia leaderboard Leaderboard for trivia.
;trivia leaderboard server [sort_by=wins] [top=10] Leaderboard for this server.
;trivia leaderboard global [sort_by=wins] [top=10] Global trivia leaderboard.
;trivia stop Stop an ongoing trivia session.

TrustyAvatar

Changes the bot&#x27;s image every so often

Author: Unknown

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;trustyavatar [style=None] [face=None] [is_gif=False] Create your own avatar like TrustyBot's

TrustyBot

This is mostly a test cog to try out new things before I figure out how to make them work elsewhere Generally for commands that don&#x27;t fit anywhere else or are not meant to be used by anyone except TrustyBot

Author: Unknown

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;pingtime Ping pong.
;helpguild Invites you to TrustyBot's playground for testing
;donate Donate to the development of TrustyBot!

Tweets

Cog for displaying info from Twitter&#x27;s API

Author: palmtree5 and TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;twitter Gets various information from Twitter's API
;twitter forgetme Delete your saved authentication data from the bot
;twitter tweets [username=None] Display a users tweets as a scrollable message
;twitter stream Controls for the twitter stream
;twitter stream follow <channel> <username> Add a twitter username to follow in a channel.
;twitter stream buttons <channel> Toggle whether or not to apply like, retweet, and reply buttons to the channels
;twitter stream followrule <channel> <rule_tag> Add all tweets from a specific stream rule to a channel.
;twitter stream unfollow <channel> <username> Add a twitter username to follow in a channel.
;twitter stream unfollowrule <channel> <rule_tag> Remove all tweets from a specific stream rule to a channel.
;twitter stream rules List the current stream rules
;twitter send <message> Allows the owner to send tweets through discord
;twitter user [username=None] Get info about the specified user

Twitch

Get twitch user information and post when a user gets new followers

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;twitch Twitch related commands
;twitch streams Twitch Stream commands
;twitch remfollow <twitch_name> [channel=None] Remove an account from follow notifications in the specified channel
;twitch set <twitch_name> Sets the twitch user info for individual users to make commands easier
;twitch follows [twitch_name=None] Get latest Twitch followers
;twitch testfollow <twitch_name> [channel=None] Test channel for automatic follow notifications
;twitch clips Twitch Clips commands
;twitch clips setclips <twitch_name> [channel=None] [view_count=0] [check_back=None] Setup a channel for automatic clip notifications
;twitch clips remclips <twitch_name> [channel=None] Remove an account from new clip notifications in the specified channel
;twitch clips view [twitch_name=None] Get latest twitch clips from a user
;twitch user [twitch_name=None] Shows basic Twitch profile information
;twitch setfollow <twitch_name> [channel=None] Setup a channel for automatic follow notifications

Warnings

Warn misbehaving users and take automated actions.

Author: Cog Creators

Repo: https://github.com/Cog-Creators/Red-DiscordBot

Command Description
;warningset Manage settings for Warnings.
;warningset usewarnchannel <true_or_false> Set if warnings should be sent to a channel set with `[p]warningset warnchannel`.
;warningset senddm <true_or_false> Set whether warnings should be sent to users in DMs.
;warningset warnchannel [channel=None] Set the channel where warnings should be sent to.
;warningset showmoderator <true_or_false> Decide whether the name of the moderator warning a user should be included in the DM to that user.
;warningset allowcustomreasons <allowed> Enable or disable custom reasons for a warning.
;warnaction Manage automated actions for Warnings.
;warnaction delete <action_name> Delete the action with the specified name.
;warnaction add <name> <points> Create an automated action.
;warnreason Manage warning reasons.
;warnreason delete <reason_name> Delete a warning reason.
;warnreason create <name> <points> <description> Create a warning reason.
;reasonlist List all configured reasons for Warnings.
;actionlist List all configured automated actions for Warnings.
;warn <member> [points=1] <reason> Warn the user for the specified reason.
;warnings <member> List the warnings for the specified user.
;mywarnings List warnings for yourself.
;unwarn <member> <warn_id> [reason=None] Remove a warning from a user.

Weather

Get weather data from https://openweathermap.org

Author: TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;weather [forecast] [units] <search> Display weather in a given location
;weather coords [forecast] [units] <lat> <lon> Display weather in a given location
;weather zip [forecast] [units] <zipcode> Display weather in a given location
;weather set Set user or guild default units
;weather set bot <units> Sets the bots default weather units
;weather set guild <units> Sets the guild default weather units
;weather set user <units> Sets the user default weather units

Welcome

Welcomes new members and goodbye those who leave to the guild in the default channel rewritten for V3 from https://github.com/irdumbs/Dumb-Cogs/blob/master/welcome/welcome.py

Author: irdumb and TrustyJAID

Repo: https://github.com/TrustyJAID/Trusty-cogs

Command Description
;welcomeset Sets welcome module settings
;welcomeset goodbye Manage goodbye messages
;welcomeset goodbye deleteprevious Turns on/off deleting the previous welcome message when a user joins
;welcomeset goodbye allowedmentions <set_to> [allowed...] Determine the bots allowed mentions for welcomes
;welcomeset goodbye add <format_msg> Adds a goodbye message format for the guild to be chosen at random
;welcomeset goodbye list Lists the goodbye messages of this guild
;welcomeset goodbye toggle Turns on/off goodbying users who leave to the guild
;welcomeset goodbye channel <channel> Sets the channel to send the goodbye message
;welcomeset goodbye test Test the goodbye message deleted after 60 seconds
;welcomeset goodbye del Removes a goodbye message from the random message list
;welcomeset goodbye deleteafter [delete_after=None] Set the time after which a welcome message is deleted in seconds.
;welcomeset bot Special welcome for bots
;welcomeset bot test Test the bot joining message
;welcomeset bot role [role=None] Set the role to put bots in when they join.
;welcomeset bot msg [format_msg=None] Set the welcome msg for bots.
;welcomeset embed Set various embed options
;welcomeset embed thumbnail [link=None] Set the embed thumbnail image
;welcomeset embed image Set embed image options
;welcomeset embed image goodbye [link=None] Set the embed image link for goodbyes
;welcomeset embed image greeting [link=None] Set the embed image link for greetings
;welcomeset embed mention Toggle mentioning the user when they join
;welcomeset embed title [title] Set the embed title
;welcomeset embed footer [footer] Set the embed footer
;welcomeset embed timestamp Toggle the timestamp in embeds
;welcomeset embed toggle Toggle embed messages
;welcomeset embed author Toggle the author field being filled in the embed
;welcomeset embed colour <colour> Set the embed colour
;welcomeset embed icon [link=None] Set the embed icon image
;welcomeset greeting Manage welcome messages
;welcomeset greeting allowedmentions <set_to> [allowed...] Determine the bots allowed mentions for welcomes
;welcomeset greeting grouped <grouped> Set whether to group welcome messages
;welcomeset greeting deleteprevious Turns on/off deleting the previous welcome message when a user joins
;welcomeset greeting count Turns on/off showing how many users join each day.
;welcomeset greeting list Lists the welcome messages of this guild
;welcomeset greeting filter [replacement=None] Set what to do when a username matches the bots filter.
;welcomeset greeting channel <channel> Sets the channel to send the welcome message
;welcomeset greeting del Removes a welcome message from the random message list
;welcomeset greeting deleteafter [delete_after=None] Set the time after which a welcome message is deleted in seconds.
;welcomeset greeting minimumage <days> Set the minimum number of days a user account must be to show up in the welcome message
;welcomeset greeting toggle Turns on/off welcoming new users to the guild
;welcomeset greeting test Test the welcome message deleted after 60 seconds
;welcomeset greeting add <format_msg> Adds a welcome message format for the guild to be chosen at random
;welcomeset settings Show the servers welcome settings
;welcomeset whisper [choice=None] Sets whether or not a DM is sent to the new user