-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.py
More file actions
306 lines (270 loc) · 15.5 KB
/
index.py
File metadata and controls
306 lines (270 loc) · 15.5 KB
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
from revolt.ext import commands
import aiohttp
import revolt
import asyncio
import requests
import filetype
from io import BytesIO
from utils import http, config
config = config.Config.from_env(".env")
print("Logging in...")
async def randomimageapi(
ctx: revolt.Message,
url: str, *endpoint: str
) -> revolt.Message:
try:
r = requests.get(url)
except Exception as e:
return print(e)
await ctx.channel.send(f"[ ]({r.json()})")
return
class Client(commands.CommandsClient):
async def get_prefix(self, client: revolt.Client):
return config.revolt_prefix
async def on_ready(self):
print(f"Ready as: {self.user.name}#{self.user.discriminator}")
async def on_command(self, ctx: commands.Context):
print(
f" {ctx.channel.channel_type} [{ctx.channel.id}] | {ctx.author.name}#{ctx.author.discriminator} -> {ctx.command.name}")
@commands.command()
async def ping(self, ctx: commands.Context):
""" I wonder what this will do... """
await ctx.send("pong")
@commands.group(name="nsfw", aliases=[])
async def nsfw(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await ctx.channel.send(":-1:")
@nsfw.command(name="hass")
async def _hass(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?hass", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?hboobs", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="assgif")
async def _assgif(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?assgif", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?assgif", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="ass")
async def _ass(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?ass", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?ass", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="boobs")
async def _boobs(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?boobs", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?hboobs", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="hboobs")
async def _hboobs(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?hboobs", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?hboobs", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="bbw")
async def _bbw(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?bbw", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?bbw", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="bdsm")
async def _bdsm(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?bdsm", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?bdsm", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="blow")
async def _blow(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?blow", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?blow", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="feet")
async def _feet(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?feet", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?feet", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="hfeet")
async def _hfeet(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?hfeet", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?hfeet", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="furfuta")
async def _furfuta(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?furfuta", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?furfuta", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="furgif")
async def _furgif(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?furgif", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?furgif", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="futa")
async def _futa(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?futa", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?futa", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="hthighs")
async def _hthighs(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?athighs", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?athighs", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="thighs")
async def _thighs(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?thighs", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?thighs", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="gifs")
async def _gifs(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?gifs", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?gifs", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="sex")
async def _sex(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?sex", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?sex", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="femboy")
async def _femboy(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?irlfemb", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?irlfemb", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="hfemboy")
async def _hfemboy(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?femboy", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?femboy", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="slime")
async def _slime(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?slime", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?slime", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="pantsu")
async def _pantsu(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?pantsu", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?pantsu", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="milk")
async def _milk(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?milk", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?milk", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="latex")
async def _latex(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?latex", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?latex", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="hentai")
async def _hentai(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?hentai", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?hentai", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
@nsfw.command(name="yuri")
async def _yuri(self, ctx: commands.Context):
""" Posts the requested type of NSFW Image """
if ctx.server_id and ctx.channel.nsfw:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?yuri", "file")
elif not ctx.server_id and ctx.channel.channel_type != revolt.ChannelType.group:
await randomimageapi(ctx, config.lewds_api_url + "/nsfw/?yuri", "file")
else:
return await ctx.channel.send("This channel must be an NSFW channel or Private DM for this to work!")
async def main():
async with aiohttp.ClientSession() as session:
client = Client(session, config.revolt_token, api_url=config.revolt_api_url)
await client.start()
try:
asyncio.run(main())
except:
""