Ejemplo n.º 1
0
from lib.bot import bot

VERSION = "1.3.0"
bot.run(version=VERSION)
Ejemplo n.º 2
0
from sys import version_info
from lib.bot import bot

VERSION = "0.1.2"

bot.run(VERSION)
def main():
    VERSION = "Escalator Operator"
    bot.run(VERSION)
Ejemplo n.º 4
0
from lib.bot import bot

bot.run()
Ejemplo n.º 5
0
def main():
    bot.run(VERSION)
Ejemplo n.º 6
0
from lib.bot import bot

VERSION = "0.0.1"
VERSION_MESSAGE = "Creating the Basics of the Bot. Cannibalised from BeeBot."

bot.run(VERSION, VERSION_MESSAGE)
Ejemplo n.º 7
0
from lib.bot import bot

VERSION = "0.0.6"
NAME = "HedonismBot"

bot.run(NAME, VERSION)