mas-alone / nonebot-plugin-sayoroll

nonebot2 随机选择(roll)插件
GNU Affero General Public License v3.0
6 stars 2 forks source link

更新完 他回复的信息变了 #2

Closed ajchen02 closed 6 months ago

ajchen02 commented 6 months ago

image 我还是喜欢之前的“你的数字是...”...

mas-alone commented 6 months ago

79行 msg = '{}'.format(random.randint(1, 100)) 改为 msg = '你的数字是 {}'.format(random.randint(1, 100))

同理 85行 msg = '你的数字是 {}'.format(random.randint(1, num))