Skip to content
Permalink
Browse files
final changes made
  • Loading branch information
bodlah committed Nov 27, 2020
1 parent 8f9e910 commit f021eb51a207fc4fd955190f5e41d36c14da79c7
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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)

0 comments on commit f021eb5

Please sign in to comment.