Skip to content
Permalink
Browse files
Make connector runnable
  • Loading branch information
grantb3 committed Nov 28, 2018
1 parent 4e131be commit 849340bdc1a612bd9d9115a1448cc2a9810f997a
Showing 1 changed file with 5 additions and 4 deletions.
@@ -12,7 +12,7 @@ import os
import json
import translatesimple
import hangman
import weather_realtime
#import weather_realtime

client = discord.Client()

@@ -119,13 +119,14 @@ async def on_message(message):
##################################################
# Kelvin Mock
elif message.content.lower().startswith('weather'):
await weather_realtime.weather(client,message)

#await weather_realtime.weather(client,message) Temporarily disabled due to errors
pass
elif message.content.lower().startswith('web'):
await web.YouTubeBrowser(client,message)

elif message.content.lower().startswith('social'):
await
#await (see chat2.py for Kelvin's unfinished implementation)
pass
##################################################


0 comments on commit 849340b

Please sign in to comment.