X-Git-Url: https://git.armaanb.net/?p=tall.bot.git;a=blobdiff_plain;f=tallbot.py;h=fba1c1639eb445f2ec52de26a9f36e087525e174;hp=4cd6f89738b4d7d9db93f67bbf414c866bc83600;hb=da004a969e475c8a39eb9c652b0706b5b4a92a08;hpb=3937712aa3cbfb479afcbb62528507c04290f654 diff --git a/tallbot.py b/tallbot.py index 4cd6f89..fba1c16 100755 --- a/tallbot.py +++ b/tallbot.py @@ -82,9 +82,9 @@ class TallBot(discord.Client): query = create_query(message.content) more_info = tell_more(message.content, message.author) if query: - await message.channel.send(wiki_sum(query, 2, message.author)) + await message.channel.send(wiki_sum(query, 1, message.author)) elif more_info: - await message.channel.send(wiki_sum(more_info, 8, message.author)) + await message.channel.send(wiki_sum(more_info, 6, message.author)) def main(): prep_database()