Normal Commands

class NormalCommands[source]

Public/Normal commands for PokeGambler.

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

  • module (Optional[str]) – The module to show commands for.

  • role (Optional[discord.Role]) – The role to show commands for. (None/Admin/Owner)

Syntax

/commands [role:Role] [module:name]

Description

Lists out all the commands you could use.

Note

Admins and Dealers get access to special hidden commands

Examples

  • To check the commands list

/commands
  • To check the commands specific to admin

/commands role:admin
  • To check only profile commands

/commands module:Profile

Aliases

cmds

Parameter Config

Module

Choices

[Profile, Gamble, Duel, Normal, Trade, Admin, Control]

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

  • command (Optional[str]) – The command to get help for.

Syntax

/help [command:name]

Description

Displays the help embed. If a command is specified, it prints a help message for that command. Otherwise, it lists the available commands.

Examples

  • To view help for a the profile command

/help command:profile
  • To view help for all the commands

/help

Aliases

?

cmd_info()[source]
Parameters

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

Syntax

/info

Description

Gives new players information about PokeGambler.

Models

Profiles, CommandData

cmd_invite()[source]
Parameters

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

Syntax

/invite

Description

Get the Invite link for PokeGambler.

cmd_ping()[source]
Parameters

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

Syntax

/ping

Description

Checks the current latency of PokeGambler.

Aliases

latency