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