removed print from patreon
This commit is contained in:
parent
70545be638
commit
4bf8649950
@ -20,7 +20,6 @@ class Patreon:
|
|||||||
if await self.bot.db_con.fetchval('select patreon_enabled from guild_config where guild_id = $1', ctx.guild.id):
|
if await self.bot.db_con.fetchval('select patreon_enabled from guild_config where guild_id = $1', ctx.guild.id):
|
||||||
patreon_info = await self.bot.db_con.fetchrow('select patreon_message,patreon_links from guild_config '
|
patreon_info = await self.bot.db_con.fetchrow('select patreon_message,patreon_links from guild_config '
|
||||||
'where guild_id = $1', ctx.guild.id)
|
'where guild_id = $1', ctx.guild.id)
|
||||||
print(patreon_info)
|
|
||||||
message = patreon_info['patreon_message'].replace('\\n', '\n')
|
message = patreon_info['patreon_message'].replace('\\n', '\n')
|
||||||
patreon_links = json.loads(patreon_info['patreon_links'])
|
patreon_links = json.loads(patreon_info['patreon_links'])
|
||||||
for key in patreon_links:
|
for key in patreon_links:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user