Advertisement
Bluefissure

Untitled

Jun 3rd, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. from ffxivbot.models import *
  2. groups = QQGroup.objects.all()
  3. for g in groups:
  4. msg = "青鸡排书:https://tools.ffxiv.cn/lajipai/\n青魔法书:http://kdygsz.vps6.mydnns.com/BlueMagicebook/\n猴面雀带你看青魔:https://www.bilibili.com/video/av41004830\n青魔技能习得途径:https://bbs.nga.cn/read.php?tid=16170790\n技能搭配学习方法:https://bbs.nga.cn/read.php?tid=16176355"
  5. c = CustomReply(group=g, key="/青魔", value=msg)
  6. c.save()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement