context.bot.sendMessage(chat_id=update.effective_chat.id,text="Hello! "+config['name']+" has set up a contact protection bot. To request contact, type /request.",reply_markup=reply_markup)
if(isAdmin(update.effective_user.id)):
context.bot.sendMessage(chat_id=update.effective_chat.id,text="You are admin btw.")
else:
context.bot.sendMessage(chat_id=update.effective_chat.id,text="Hello! This bot isn't claimed yet. Type /setup to claim.",reply_markup=reply_markup)