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