Ejemplo n.º 1
0
async def spotifycheck(spotifychck):
    """ Set Spotify Check (Status) """
    REDIS.set('spotifycheck', spotifychck)
Ejemplo n.º 2
0
async def exceptionexist(olexception):
    """ Set if Spotify had exception before """
    REDIS.set('exceptionexist', olexception)
Ejemplo n.º 3
0
async def sfsetartist(artist):
    """ Set Spotify Artist """
    REDIS.set('sfartist', artist)
Ejemplo n.º 4
0
async def sfsetsong(song):
    """ Set Spotify Song """
    REDIS.set('sfsong', song)
Ejemplo n.º 5
0
async def lfsetLogging(log):
    """ Set Logging for LastFM """
    REDIS.set('lflog', log)
Ejemplo n.º 6
0
async def sfsetartist(artist):
    REDIS.set('sfartist', artist)
Ejemplo n.º 7
0
async def setlastfmcheck(lastfmcheck):
    REDIS.set('lastfmcheck', lastfmcheck)
Ejemplo n.º 8
0
async def setlastfmcheck(lastfmcheck):
    """ Set LastFM Check (Status) """
    REDIS.set('lastfmcheck', lastfmcheck)
Ejemplo n.º 9
0
async def lfsetartist(artist):
    REDIS.set('lfartist', artist)
Ejemplo n.º 10
0
async def lfsetsong(song):
    REDIS.set('lfsong', song)
Ejemplo n.º 11
0
async def exceptionexist(olexception):
    REDIS.set('exceptionexist', olexception)
Ejemplo n.º 12
0
async def spotifycheck(spotifychck):
    REDIS.set('spotifycheck', spotifychck)
Ejemplo n.º 13
0
async def sfsetsong(song):
    REDIS.set('sfsong', song)
Ejemplo n.º 14
0
async def lfsetartist(artist):
    """ Set LastFM Artist """
    REDIS.set('lfartist', artist)
Ejemplo n.º 15
0
async def setuserID(userid):
    REDIS.set('userid', userid)
Ejemplo n.º 16
0
async def lfsetsong(song):
    """ Set LastFM Song """
    REDIS.set('lfsong', song)
Ejemplo n.º 17
0
async def lfsetLogging(log):
    REDIS.set('lflog', log)
Ejemplo n.º 18
0
async def setuserID(userid):
    """ Set UserID for LastFM """
    REDIS.set('userid', userid)
Ejemplo n.º 19
0
async def afk(reason):
    """ Set AFK Reason """
    REDIS.set('is_afk', reason)
Ejemplo n.º 20
0
async def afk(reason):
    REDIS.set('is_afk', reason)
Ejemplo n.º 21
0
async def afk(reason):
    REDIS.set("is_afk", reason)