Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import botogram
  2. bot = botogram.create("token")
  3.  
  4. @bot.command("test")
  5. def test_command(message, shared):
  6. message.reply("Test")
  7.  
  8. if __name__ == "__main__":
  9. bot.run()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement