enum Discord::GamePlaying::Type

Defined in:

discordcr/mappings/guild.cr

Enum Members

Playing = 0_u8
Streaming = 1_u8
Listening = 2_u8
Watching = 3_u8
Custom = 4_u8
Competing = 5_u8

Instance Method Summary

Instance Method Detail

def competing? #

[View source]
def custom? #

[View source]
def listening? #

[View source]
def playing? #

[View source]
def streaming? #

[View source]
def watching? #

[View source]