Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def react_chat_settitle(args):
config = ConfigParser.ConfigParser()
config.read('config.ini')
channelName = config.get('CHAT', 'channel')
channel = str(getChannelId(channelName))
setChannelTitle(channel, ' '.join(args))