mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 06:27:03 +01:00
Fix typo
This commit is contained in:
parent
7037c7ef8f
commit
ed7730c633
@ -45,7 +45,7 @@ def user_has_permission(permission, index):
|
|||||||
return bool((int(permission) >> index) & 1)
|
return bool((int(permission) >> index) & 1)
|
||||||
|
|
||||||
def get_user_guilds():
|
def get_user_guilds():
|
||||||
cache = get_keyvalproperty("OAUTH/USERGUILDS/"+make_cache_key())
|
cache = get_keyvalproperty("OAUTH/USERGUILDS/"+make_user_cache_key())
|
||||||
if cache:
|
if cache:
|
||||||
return cache
|
return cache
|
||||||
req = discordrest_from_user("/users/@me/guilds")
|
req = discordrest_from_user("/users/@me/guilds")
|
||||||
|
Loading…
Reference in New Issue
Block a user