from sopel import module @module.commands('helloworld') def helloworld(bot, trigger): bot.say('Hello, world!') The first line imports the sopel.module ...
確定! 回上一頁