removed print from patreon

release-1.0.0
DustyP 8 years ago
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):
patreon_info = await self.bot.db_con.fetchrow('select patreon_message,patreon_links from guild_config '
'where guild_id = $1', ctx.guild.id)
print(patreon_info)
message = patreon_info['patreon_message'].replace('\\n', '\n')
patreon_links = json.loads(patreon_info['patreon_links'])
for key in patreon_links:

Loading…
Cancel
Save