jangio14

sugo

Nov 26th, 2015
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. @bot.message_handler(commands=['sugo'])
  2. def command_sugo(m):
  3. cid = m.chat.id
  4. if cid > 0:
  5. bot.send_message( cid, "Next sugo is\n*Sugo-Fest!* New voiced Characters!\n\nThursday *November 26* at _19:00(PST)_\nFriday *November 27* at _04:00(CEST)_\n*24 HOURS ONLY!*\n\n*New character:*\n\*5\nMonkey D. Luffy Voyage Log: Straw Hat Pirates (Log) _(STR)_ *NEW!*\nSengoku _(PSY)_\nBoa Hancock _(QCK)_\nSilvers Rayleigh _(INT)_\nEdward Newgate _(STR)_\n\n*Plus, you'll have a higher chance of Recruiting all the powerful characters listed below!*\n\n\*5\nNami Voyage Dream: World Map (Log) _(INT)_\nUsopp Voyage Dream: Brave Sea Warrior (Log) _(QCK)_\nBrook Voyage Dream: Promised Meeting (Log) _(DEX)_\nCaptain Kid _(STR)_\nRoar of the Sea Scratchman Apoo _(DEX)_\nCapone 'Gang' Bege _(QCK)_\nBlamenco the Ballet _(STR)_\nFlower Sword Vista _(INT)_\nMarco the Phoenix _(PSY)_\nNico Robin _(INT)_\nRed-Haired Shanks _(PSY)_\nPortgas D. Ace Flame Mirror _(QCK)_\n\n\*4\nNami Voyage Log: Straw Hat Pirates (Log) _(INT)_\nUsopp Voyage Log: Straw Hat Pirates (Log) _(QCK)_\nBrook Log: Straw Hat Pirates (Log) _(DEX)_\nEustass Kid _(STR)_\nScratchman Apoo _(DEX)_\nCapone Bege _(QCK)_\nBlamenco _(STR)_\nVista _(INT)_\nMarco _(PSY)_\nMiss All Sunday Baroque Works Vice Prese _(INT)_\nShanks _(PSY)_\nPortgas D. Ace _(QCK)_", parse_mode = "Markdown", disable_web_page_preview=True)
  6. else:
  7. bot.reply_to( m, "Next sugo is\n*Sugo-Fest!* New voiced Characters!\n\nThursday *November 26* at _19:00(PST)_\nFriday *November 27* at _04:00(CEST)_\n\nClick on https://telegram.me/OnePieceTC\_bot?start=sugo to see more info!", parse_mode = "Markdown")
Advertisement
Add Comment
Please, Sign In to add comment