mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-17 03:45:25 +02:00
Attempt to fix limiting
This commit is contained in:
@ -114,7 +114,7 @@ def format_post_content(message):
|
||||
message = "**<{}#{}>** {}".format(session['username'], session['discriminator'], message) # I would like to do a @ mention, but i am worried about notif spam
|
||||
return message
|
||||
|
||||
@cache.cache(make_guildchannels_cache_key, expires=60)
|
||||
@cache.cache(make_guildchannels_cache_key, expire=60)
|
||||
def get_guild_channels(guild_id):
|
||||
if user_unauthenticated():
|
||||
member_roles = [guild_id] #equivilant to @everyone role
|
||||
|
Reference in New Issue
Block a user