Profile Commands

class ProfileCommands[source]

Commands that deal with the profile system of PokeGambler. One of the most feature rich command category.

cmd_background()[source]
Parameters

message (discord.Message) – The message which triggered this command.

Syntax

/background

Description

Change the background in your Profile card.

Note

The Background Change ticket can be purchased from the Consumables Shop

Aliases

bg

Models

Profiles, Inventory

cmd_badges()[source]
Parameters

message (discord.Message) – The message which triggered this command.

Syntax

/badges

Description

Check the list of available badges and what all you have unlocked.

Aliases

bdg

cmd_balance()[source]
Parameters

message (discord.Message) – The message which triggered this command.

Syntax

/bal

Description

Quickly check how many Pokechips you have.

Aliases

bal, chips

cmd_boosts()[source]
Parameters

message (discord.Message) – The message which triggered this command.

Syntax

/boosts

Description

Check your active purchased boosts.

Models

Boosts, BoostItem, Profiles

cmd_cooldowns()[source]
Parameters

message (discord.Message) – The message which triggered this command.

Syntax

/timers

Description

Check the time remaining before you can use the command again for:

  • Loot

  • Daily

  • Vote

Aliases

timers, cd, cds, tm, tms

Models

Profiles, Loots, Votes, Boosts, BoostItem

cmd_daily()[source]
Parameters

message (discord.Message) – The message which triggered this command.

Syntax

/daily

Description

Claim free Pokechips and a chest everyday. The chips and the chest both scale with Tier. There are 3 tiers

  • Everyone starts at Tier 1.

  • Win 25 gamble matches to unlock Tier 2.

  • Win 100 gamble matches to unlock Tier 3.

Tip

You can maintain a daily streak. Get more (scalable) chips for every 5 day streak.

Aliases

dl

Models

Loots, Profiles, Chest, Inventory

cmd_embed_color()[source]
Parameters

message (discord.Message) – The message which triggered this command.

Syntax

/embed_color

Description

Change the color of the embeds you get from PokeGambler.

Note

The Embed Color Change ticket can be purchased from the secret Consumables Shop

Aliases

embed, ec, color

Models

Profiles, Inventory

cmd_leaderboard()[source]
Parameters
  • message (discord.Message) – The message which triggered this command.

  • sort_by (Optional[str]) – The field to sort by.

Syntax

/leaderboard [sort_by:Balance/Minigame]

Description

Check the global PokeGambler leaderboard. By default, ranks are sorted according to number of wins. You can also sort it according to balance and any minigame.

Examples

  • To check the leaderboard

/leaderboard
  • To check the leaderboard in terms of balance

/leaderboard sort_by:Balance
  • To check the leaderboard for QuickFlip

/leaderboard sort_by:Minigame

Aliases

lb

Parameter Config

Sort_By

Choices

Default

[Balance, Minigame]

Balance

cmd_loot()[source]
Parameters

message (discord.Message) – The message which triggered this command.

Syntax

/loot

Description

Search the void for free Pokechips. The number of chips is randomly choosen from 5 to 10. There is a cooldown of 10 minutes between loots.

Tip

Loot Increase and Cooldown Reduction Boosts can be purchased from the Shop.

Aliases

lt

Models

Loots, Profiles, Chest, Inventory

cmd_profile()[source]
Parameters

Syntax

/profile [user:@User]

Description

Check your or someone’s PokeGambler profile. To check someone’s profile, provide their ID or mention them.

Examples

  • To check your own profile

/profile
  • To check Alan’s profile

/profile user:@Alan#1234
  • To check profile of user with ID 12345

/profile user:12345

Aliases

pr

Models

Profiles, Blacklist

Parameter Config

User

Default

Author Of The Message

cmd_rank()[source]
Parameters

message (discord.Message) – The message which triggered this command.

Syntax

/rank

Description

Creates your PokeGambler Rank card. Rank is decided based on number of wins.

Aliases

#

cmd_stats()[source]
Parameters

message (discord.Message) – The message which triggered this command.

Syntax

/stats

Description

Check the number of gamble matches & minigames you’ve played and won.

Models

Minigame, Loots, CommandData

cmd_vote()[source]
Parameters

message (discord.Message) – The message which triggered this command.

Syntax

/vote

Description

Vote for the bot on Top.gg. Get 100 chips for every vote.

Tip

Bonus rewards on every 5 streak.

Aliases

v

Models

Profiles, Votes, Loots, Inventory