forked from yimo0908/nonebot_jx3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jx3_macro.py
178 lines (134 loc) · 4.59 KB
/
jx3_macro.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
import httpx
from nonebot import on_command
@on_command('冰心宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=冰心诀'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('气纯宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=紫霞功'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('剑纯宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=太虚剑意'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('花间宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=花间游'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('易筋宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=易筋经'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('洗髓宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=洗髓经'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('傲血宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=傲血战意'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('铁牢宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=铁牢律'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('藏剑宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=问水诀'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('毒经宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=毒经'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('惊羽宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=惊羽诀'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('天罗宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=天罗诡道'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('丐帮宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=笑尘诀'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('分山宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=分山劲'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('铁骨宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=铁骨衣'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('焚影宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=焚影圣诀'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('明尊宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=明尊琉璃体'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('莫问宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=莫问'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('霸刀宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=北傲诀'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('蓬莱宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=凌海诀'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('凌雪宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=隐龙诀'
res = httpx.get(api)
macro = res.text
await session.send(macro)
@on_command('衍天宏', only_to_me=False)
async def jx3_macro(session):
api = f'https://jx3api.com/app/getMacro?name=太玄经'
res = httpx.get(api)
macro = res.text
await session.send(macro)