Discord Bot
Click here to install Wizard's Companion Discord bot for your Discord account or server. The bot implements tools and database from this website but now you can use them straight from Discord. List of commands:-
/sheets date - Search the "Wizard101 Sales, Events & Dates of Interest Tracker" for latest entry.
- poi = (Optional) Name of the "Point of Interest".
- oldest = (Optional) Set to True if you want to ge the oldest instead of newest. Default: False
-
/sheets dates - List all entries of the selected Point of Interest.
- poi = (Required) Name of the "Point of Interest".
- limit = (Optional) Limit number of results. Default: 25 Minimum: 1 Maximum: 80
- offset = (Optional) Offset. Default: 0 Minimum: 0
- order-by = (Optional) [WIP] Name of property to order by. Default: Start Date
- order-direction = (Optional) [WIP] Order by direction. Default: Descending
-
/sheets add-date - Add a new date of a sale or an event.
- poi = (Required) Name of the "Point of Interest".
- type = (Required) Name of the "Type" of the "Point of Interest".
- start-date = (Required) Start Date. Format: YYYY-MM-DD Example: 2025-06-30
- end-date = (Optional) End Date. Format: YYYY-MM-DD Example: 2025-06-30 Default: empty
- credit = (Optional) Credit. Default: Your Discord Username.
- notes = (Optional) Notes. Default: -
-
/ravenwood news - Embed latest Ravenwood News article.
- full = (Optional) Set to True if you want the full version. Default: False
- offset = (Optional) Offset. Default: 0
-
/tools deckathalon schedule - Get schedule of all Deckathalons happening in chosen year.
- year = (Optional) Year. Default: Current year.
-
/tools deckathalon next - Get dates and School of next upcomming Deckathalon event.
- school = (Optional) School.
-
/tools pets return-chance - Calculate return chance of 2 pets.
- left-pet = (Required) Name of the pet on the LEFT side of the hatching screen.
- right-pet = (Required) Name of the pet on the RIGHT side of the hatching screen.
-
/tools pets hatching-cost - Calculate hatching cost of 2 pets.
- level-1 = (Required) Pet level of first parent.
- pedigree-1 = (Required) Total pedigree of the first parent. (The number in the brackets near the DNA symbol)
- kiosk = (Optional) True if hatching through kiosk, otherwise False. Default: False
- level-2 = (Optional) Pet level of the second parent. Default: Asssumes "level-1" is the highest.
- pedigree-2 = (Optional) Total pedigree of the second parent. Default: Asssumes "pedigree-1" is the highest.
-
/tools pets ability-prioritizer - Work in progress.
- a1 = (Required) Name of the Pet Ability #1.
- a2 = (Required) Name of the Pet Ability #2.
- a3 = (Optional) Name of the Pet Ability #3.
- a4 = (Optional) Name of the Pet Ability #4.
- a5 = (Optional) Name of the Pet Ability #5.
- a6 = (Optional) Name of the Pet Ability #6.
- a7 = (Optional) Name of the Pet Ability #7.
- a8 = (Optional) Name of the Pet Ability #8.
- a9 = (Optional) Name of the Pet Ability #9.
- a10 = (Optional) Name of the Pet Ability #10.
- a11 = (Optional) Name of the Pet Ability #11.
- a12 = (Optional) Name of the Pet Ability #12.
- a13 = (Optional) Name of the Pet Ability #13.
- a14 = (Optional) Name of the Pet Ability #14.
- a15 = (Optional) Name of the Pet Ability #15.
- rarity = (Optional) Ability rarity.
- include-links = (Optional) Set to False if you don't want to include links in the embed (for example because of server rules).
-
/database pet - Embed all info about a Pet.
- type = (Required) Name of the pet type/body.
-
/database pets - Query the Pet database.
- type = (Optional) Name of the pet Type/Body.
- cards = (Optional) Name of the pet's Cards.
- egg = (Optional) Name of the pet Egg.
- skin = (Optional) Name of the pet Skin.
- school = (Optional) Name of the Pet's School.
- is-school-only = (Optional) Is School Only?
- school-only = (Optional) Name of the School.
- is-weaving-school-only = (Optional) Is Weaving School Only?
- weaving-school-only = (Optional) Name of the Weaving School.
- wow-factor = (Optional) Wow Factor of the pet.
- is-exclusive = (Optional) Is Exclusive?
- is-unhatchable = (Optional) Is Unhatchable?
- is-kioskable = (Optional) Is Kioskable?
- is-transferable = (Optional) Is Transferable?
- is-hybrid = (Optional) Is Hybrid?
- order-by = (Optional) Name of the property/parameter to order results by.
- order-by-direction = (Optional) Direction to order results by.
- limit = (Optional) Number of results to return.
- offset = (Optional) Number of results to offset the start of results.
- include-links = (Optional) Set to False if you don't want to include links in the embed (for example because of server rules).
-
/database quest - Embed all info about a Quest.
- name = (Required) Name of the Quest.
-
/database quests - Query the Quest database.
- name = (Required) Name of the Quest.
- order-by = (Optional) Name of the property/parameter to order results by.
- order-by-direction = (Optional) Direction to order results by.
- limit = (Optional) Number of results to return.
- offset = (Optional) Number of results to offset the start of results.
-
/database snack - Embed all info about a Snack.
- name = (Required) Name of the Snack.
-
/database snacks - Query the Snack database.
- name = (Optional) Name of the Snack.
- rank = (Optional) Rank of the Snack.
- school = (Optional) School of the Snack.
- class = (Optional) Class of the Snack.
- statistic = (Optional) Name of a pet statistic that the Snack gives.
- order-by = (Optional) Name of the property/parameter to order results by.
- order-by-direction = (Optional) Direction to order results by.
- limit = (Optional) Number of results to return.
- offset = (Optional) Number of results to offset the start of results.
- include-links = (Optional) Set to False if you don't want to include links in the embed (for example because of server rules).