From f021eb51a207fc4fd955190f5e41d36c14da79c7 Mon Sep 17 00:00:00 2001 From: bodlah Date: Fri, 27 Nov 2020 23:49:19 +0000 Subject: [PATCH] final changes made --- chatbot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chatbot.py b/chatbot.py index d8d2330..361d5ac 100644 --- a/chatbot.py +++ b/chatbot.py @@ -26,7 +26,7 @@ africa = ['Egypt','Kenya','South Africa','Morocco','Sychelles'] north_america = ['USA','Mexico','Canada','Dominican Republic','Cuba'] south_america = ['Ecuador','Colombia','Peru','Chile','Bolivia'] antarctica = ['Antarctic Peninsula', 'South Shetland Islands','Drake Passage','Falkland Islands','South Georgia'] -oceania = ['Fiji','Tahiti','Palau'] +oceania = ['Australia','New Zealand','Fiji','Tahiti','Palau'] option = "let me know if you want to see top countries from any other continent as well" @@ -98,7 +98,7 @@ async def on_message(message): elif ('antarctica' or 'Antarctica') in messages and Flag.counter == 2: # antarctica - await response(discord3.format('Antarctica')) + await response('following are the top places in Antarctica: ') for i in range(len(antarctica)): name = str(antarctica[i]) await response(name)