forked from naoTimesdev/naoTimes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathetcetera.py
619 lines (539 loc) · 38.9 KB
/
etcetera.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
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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
import json
import os
from datetime import datetime
import aiohttp
import discord
import pytz
from discord.ext import commands
#### Text help section ####
simple_textdata = r"""```
<judul>: Judul garapan yang terdaftar, bisa disingkat sesingkat mungkin
```
"""
simpleplex_textdata = r"""```
<jumlah>: Jumlah episode yang mau dirilis (dari episode yang terakhir dirilis)
Misalkan lagi ngerjain Episode 4, terus mau rilis sampe episode 7
Total dari Episode 4 sampai 7 ada 4 (4, 5, 6, 7)
Maka tulis jumlahnya 4
<judul>: Judul garapan yang terdaftar, bisa disingkat sesingkat mungkin
```
"""
simpleplex_textdata2 = r"""```
<range>: Ranged number, bisa satu digit untuk 1 episode saja atau range dari episode x sampai y
Contoh: `4` untuk episode 4 || `4-6` untuk episode 4 sampai 6
<judul>: Judul garapan yang terdaftar, bisa disingkat sesingkat mungkin
```
"""
ubahstaff_textdata = r"""```
<id_staff>: Merupakan ID user discord per staff
Bisa diisi ID sendiri atau dirandom (ex: 123)
Cara ambilnya:
1. Nyalakan mode Developer di User Settings -> Appereance -> Developer Mode
2. Klik kanan nama usernya
3. Klik Copy ID
--> https://puu.sh/D3yTA/e11282996e.gif
<posisi>: tl, tlc, enc, ed, tm, ts, atau qc
(Translator, Translation Checker, Encoder, Editor, Timer, Typesetter, Quality Checker)
<judul>: Judul garapan yang terdaftar, bisa disingkat sesingkat mungkin
```
"""
ubahrole_textdata = r"""```
<id_role>: ID Role tanpa `@&` khusus babu yang ngerjain anime ini
(Mention role dengan tanda `\` ex: `\@Delayer`)
--> https://puu.sh/D3yVw/fd088611f3.gif
<judul>: Judul garapan yang terdaftar, bisa disingkat sesingkat mungkin
```
"""
animanga_textdata = r"""```
<judul>: Judul anime ataupun manga yang ada di Anilist.co
```
"""
tanda_textdata = r"""```
<posisi>: tl, tlc, enc, ed, tm, ts, atau qc
(Translator, Translation Checker, Encoder, Editor, Timer, Typesetter, Quality Checker)
<judul>: Judul garapan yang terdaftar, bisa disingkat sesingkat mungkin
```
"""
complex_textdata = r"""```
<anilist_id>: ID/Angka yang ada pada URL dari web anilist.co
> https://anilist.co/anime/101386/Hitoribocchi-no-Marumaru-Seikatsu/
`101386` merupakan ID nya
<total_ep>: Perkiraan total episode (Bisa diubah manual, silakan PM N4O#8868)
<id_role>: ID Role tanpa `@&` khusus babu yang ngerjain anime ini
(Mention role dengan tanda `\` ex: `\@Delayer`)
--> https://puu.sh/D3yVw/fd088611f3.gif
<id_tlor sampai id_qcer>: Merupakan ID user discord per staff
Bisa diisi ID sendiri atau dirandom (ex: 123)
Cara ambilnya:
1. Nyalakan mode Developer di User Settings -> Appereance -> Developer Mode
2. Klik kanan nama usernya
3. Klik Copy ID
--> https://puu.sh/D3yTA/e11282996e.gif
Jika ada kesalahan PM N4O#8868
```
"""
tandakan_textdata = r"""```
<posisi>: tl, tlc, enc, ed, tm, ts, atau qc
(Translator, Translation Checker, Encoder, Editor, Timer, Typesetter, Quality Checker)
<episode>: Episode yang ingin diubah tandanya
<judul>: Judul garapan yang terdaftar, bisa disingkat sesingkat mungkin
Note: Akan otomatis terubah dari `beres` ke `belum beres` atau sebaliknya jika command ini dipakai
Command ini tidak akan mengannounce perubahan ke channel publik
```
"""
with open('config.json', 'r') as fp:
bot_config = json.load(fp)
def find_user_server(user_id, js_data):
srv_list = []
for i, _ in js_data.items():
srv_list.append(i)
srv_list.remove('supermod')
srv_on_list = []
for srv in srv_list:
for mod in js_data[srv]['serverowner']:
if mod == user_id:
srv_on_list.append(srv)
return srv_on_list[0]
async def fetch_json() -> dict:
"""
Open local database
"""
print('@@ Opening json file')
if not os.path.isfile('nao_showtimes.json'):
print('@@ naoTimes are not initiated, skipping.')
return {}
with open('nao_showtimes.json', 'r') as fp:
json_data = json.load(fp)
return json_data
def get_current_time() -> str:
"""
Return current time in `DD Month YYYY HH:MM TZ (+X)` format
"""
current_time = datetime.now(pytz.timezone('Asia/Jakarta'))
def month_in_idn(datetime_fmt):
x = datetime_fmt.strftime("%B")
eng = ["January", "February", "March", "April",
"May", "June", "July", "August",
"September", "October", "November", "December"]
idn = ["Januari", "Februari", "Maret", "April",
"Mei", "Juni", "Juli", "Agustus",
"September", "Oktober", "November", "Desember"]
return idn[eng.index(x)]
d = current_time.strftime("%d")
m = month_in_idn(current_time)
rest = current_time.strftime("%Y %H:%M %Z (+7)")
return '{} {} {}'.format(d, m, rest)
class Helper:
"""Helper module or etcetera module to show help and useless stuff"""
def __init__(self, bot):
self.bot = bot
async def __error(self, ctx, error):
if not isinstance(error, commands.UserInputError):
raise error
try:
await ctx.send(error)
except discord.Forbidden:
pass
@commands.group(pass_context=True, aliases=['bantuan'])
async def help(self, ctx):
if ctx.invoked_subcommand is None:
helpmain = discord.Embed(title="Bantuan Perintah", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!help', value="```Memunculkan bantuan perintah```", inline=False)
helpmain.add_field(name='!help showtimes', value="```Memunculkan bantuan perintah showtimes```", inline=False)
helpmain.add_field(name='!help anilist', value="```Memunculkan bantuan perintah anilist```", inline=False)
if int(ctx.message.author.id) == int(bot_config['owner_id']):
helpmain.add_field(name='!help admin', value="```Memunculkan bantuan perintah admin```", inline=False)
helpmain.add_field(name="!info", value="```Melihat Informasi bot```", inline=False)
helpmain.add_field(name="!ping", value="```pong!```", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True)
async def admin(self, ctx):
if int(ctx.message.author.id) != int(bot_config['owner_id']):
return
helpmain = discord.Embed(title="Bantuan Perintah (Admin)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!supermotd', value="```Mengirimkan pesan berantai ke tiap admin fansub yang terdaftar di naoTimes```", inline=False)
helpmain.add_field(name='!bundir', value="```Menyuruh bot untuk bundir```", inline=False)
helpmain.add_field(name='!reinkarnasi', value="```Membunuh dan mematikan bot```", inline=False)
helpmain.add_field(name='!reload <module>', value="```Mereload module tertentu```", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True)
async def bundir(self, ctx):
if int(ctx.message.author.id) != int(bot_config['owner_id']):
return
helpmain = discord.Embed(title="Bantuan Perintah (!bundir)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!bundir', value="```Mematikan bot untuk maintenance atau semacamnya```", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True)
async def reinkarnasi(self, ctx):
if int(ctx.message.author.id) != int(bot_config['owner_id']):
return
helpmain = discord.Embed(title="Bantuan Perintah (!reinkarnasi)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!reinkarnasi', value="```Mematikan bot lalu menghidupkannya kembali ke Isekai```", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True)
async def reload(self, ctx):
if int(ctx.message.author.id) != int(bot_config['owner_id']):
return
helpmain = discord.Embed(title="Bantuan Perintah (!reload)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!reload <module>', value="```<module>: Nama module yang ingin direload.\nModule: etcetera, anilist, showtimes```", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True)
async def showtimes(self, ctx):
mode_n = 1
first_run = True
while True:
if mode_n == 1:
helpmain = discord.Embed(title="Bantuan Perintah (Showtimes)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!tagih <judul>', value="```Menagih utang fansub tukang diley maupun tidak untuk memberikan mereka tekanan```", inline=False)
helpmain.add_field(name='!jadwal', value="```Melihat jadwal anime musiman yang di ambil.```", inline=False)
helpmain.add_field(name='!staff <judul>', value="```Melihat staff yang mengerjakan sebuah garapan```", inline=False)
helpmain.add_field(name="!beres <posisi> <judul>", value="```Menandai salah satu tugas pendelay```", inline=False)
helpmain.add_field(name="!gakjadi <posisi> <judul>", value="```Menghilangkan tanda salah satu tugas pendelay```", inline=False)
helpmain.add_field(name="!rilis <...>", value="```Merilis garapan!```", inline=False)
helpmain.add_field(name="!alias <...>", value="```Menambah, melihat, menghapus alias garaapan!```", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
react_ext = ['⏩']
if first_run:
first_run = False
emb_msg = await self.bot.say(embed=helpmain)
else:
emb_msg = await self.bot.edit_message(emb_msg, embed=helpmain)
mode_n = 1
else:
helpmain = discord.Embed(title="Bantuan Perintah (Showtimes)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.add_field(name="!tambahutang <...>", value="```Menandai salah satu tugas pendelay```", inline=False)
helpmain.add_field(name="!lupakanutang <judul>", value="```Melupakan (Drop!) utang lama buat utang baru```", inline=False)
helpmain.add_field(name="!tambahepisode <jumlah> <judul>", value="```Menambah episode dari episode paling terakhir```", inline=False)
helpmain.add_field(name="!hapusepisode <range> <judul>", value="```Menghapus episode tertentu dari database```", inline=False)
helpmain.add_field(name="!ubahstaff <id_staff> <posisi> <judul>", value="```Mengubah staff yang mengerjakan suatu garapan```", inline=False)
helpmain.add_field(name="!ubahrole <id_role> <judul>", value="```Mengubah role yang mengerjakan suatu garapan```", inline=False)
helpmain.add_field(name="!tandakan <posisi> <episode> <judul>", value="```Mengubah status posisi untuk episode tertentu dari belum ke sudah atau sebaliknya```", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
react_ext = ['⏪']
emb_msg = await self.bot.edit_message(emb_msg, embed=helpmain)
mode_n = 2
for reaction in react_ext:
await self.bot.add_reaction(emb_msg, reaction)
def checkReaction(reaction, user):
e = str(reaction.emoji)
return e.startswith(tuple(react_ext))
res = await self.bot.wait_for_reaction(message=emb_msg, user=ctx.message.author, timeout=15, check=checkReaction)
if res is None:
return await self.bot.clear_reactions(emb_msg)
elif '⏪' in str(res.reaction.emoji):
await self.bot.clear_reactions(emb_msg)
mode_n = 1
elif '⏩' in str(res.reaction.emoji):
await self.bot.clear_reactions(emb_msg)
mode_n = 2
@help.command(pass_context=True)
async def anilist(self):
helpmain = discord.Embed(title="Bantuan Perintah (Anilist)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!anime <judul>', value="```Melihat informasi anime.```", inline=False)
helpmain.add_field(name='!manga <judul>', value="```Melihat informasi manga.```", inline=False)
helpmain.add_field(name='!anibin <judul>', value="```Mencari tau resolusi asli sebuah anime lewat anibin```", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True, aliases=['animu', 'kartun'])
async def anime(self):
helpmain = discord.Embed(title="Bantuan Perintah (!anime)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!anime <judul>', value=animanga_textdata, inline=False)
helpmain.add_field(name='Tambahan', value='⏪ **(Selanjutnya)** ⏩ **(Sebelumnya)** ✅ **(Selesai melihat)**\n⏳ **(Waktu Episode selanjutnya)** 👍 **(Melihat Info kembali)**', inline=False)
helpmain.add_field(name='Contoh', value="```!anime hitoribocchi```", inline=False)
helpmain.add_field(name='Aliases', value="!anime, !animu, !kartun, !ani", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True, aliases=['mango', 'komik'])
async def manga(self):
helpmain = discord.Embed(title="Bantuan Perintah (!manga)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!manga <judul>', value=animanga_textdata, inline=False)
helpmain.add_field(name='Tambahan', value='⏪ **(Selanjutnya)** ⏩ **(Sebelumnya)** ✅ **(Selesai melihat)**', inline=False)
helpmain.add_field(name='Contoh', value="```!manga hitoribocchi```", inline=False)
helpmain.add_field(name='Aliases', value="!manga, !mango, !komik", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True)
async def anibin(self):
helpmain = discord.Embed(title="Bantuan Perintah (!anibin)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name="!anibin <judul>", value=simple_textdata, inline=False)
helpmain.add_field(name="Contoh", value="!anibin 私に天使が舞い降りた", inline=False)
helpmain.add_field(name="Aliases", value="None (Tidak Ada)", inline=False)
helpmain.add_field(name="Tambahan", value="Gunakan Kanji/Bahasa Jepangnya", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True, aliases=['blame', 'mana'])
async def tagih(self):
helpmain = discord.Embed(title="Bantuan Perintah (!tagih)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!tagih <judul>', value=simple_textdata, inline=False)
helpmain.add_field(name="Contoh", value="```!tagih hitoribocchi```", inline=False)
helpmain.add_field(name='Aliases', value="!tagih, !blame, !mana", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True, aliases=['airing'])
async def jadwal(self):
helpmain = discord.Embed(title="Bantuan Perintah (!jadwal)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!jadwal', value="```Melihat jadwal anime musiman yang di ambil.```", inline=False)
helpmain.add_field(name='Aliases', value="!jadwal, !airing", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True, aliases=['tukangdelay', 'pendelay'])
async def staff(self):
helpmain = discord.Embed(title="Bantuan Perintah (!staff)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!staff <judul>', value=simple_textdata, inline=False)
helpmain.add_field(name="Contoh", value="!staff hitoribocchi", inline=False)
helpmain.add_field(name='Aliases', value="!staff, !tukangdelay, !pendelay", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True, aliases=['done'])
async def beres(self):
helpmain = discord.Embed(title="Bantuan Perintah (!beres)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!beres <posisi> <judul>', value=tanda_textdata, inline=False)
helpmain.add_field(name="Contoh", value="!beres enc hitoribocchi", inline=False)
helpmain.add_field(name='Aliases', value="!beres, !done", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True, aliases=['undone', 'cancel'])
async def gakjadi(self):
helpmain = discord.Embed(title="Bantuan Perintah (!gakjadi)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!gakjadi <posisi> <judul>', value=tanda_textdata, inline=False)
helpmain.add_field(name="Contoh", value="!gakjadi enc hitoribocchi", inline=False)
helpmain.add_field(name='Aliases', value="!gakjadi, !undone, !cancel", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True, aliases=['release'])
async def rilis(self):
helpmain = discord.Embed(title="Bantuan Perintah (!rilis)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!rilis <judul>', value=simple_textdata, inline=False)
helpmain.add_field(name='!rilis batch <jumlah> <judul>', value=simpleplex_textdata, inline=False)
helpmain.add_field(name='!rilis semua <judul>', value=simple_textdata, inline=False)
helpmain.add_field(name="Contoh", value="!rilis hitoribocchi\n!rilis batch 3 hitoribocchi\n!rilis semua hitoribocchi", inline=False)
helpmain.add_field(name="Tambahan", value="Hanya bisa dipake tukang QC dan Admin\n!rilis semua akan merilis episode terakhir yang dirilis sampai habis", inline=False)
helpmain.add_field(name='Aliases', value="!rilis, !release", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True)
async def alias(self):
helpmain = discord.Embed(title="Bantuan Perintah (!alias)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!alias', value='```Tambahkan alias baru dengan command ini, cukup jalankan `!alias` untuk memulai proses```', inline=False)
helpmain.add_field(name='!alias list <judul>', value=simple_textdata, inline=False)
helpmain.add_field(name='!alias hapus <judul>', value=simple_textdata, inline=False)
helpmain.add_field(name="Contoh", value="!alias\n!alias list hitoribocchi\n!alias hapus hitoribocchi", inline=False)
helpmain.add_field(name="Tambahan", value="Hanya bisa dipakai oleh Admin\n!alias list dan hapus hanya bisa memakai judul asli bukan aliasnya", inline=False)
helpmain.add_field(name='Aliases', value="**!alias**: Tidak ada\n**!alias list**: Tidak ada\n**!alias hapus**: !alias remove", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True)
async def tambahepisode(self):
helpmain = discord.Embed(title="Bantuan Perintah (!tambahepisode)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!tambahepisode <jumlah> <judul>', value=simpleplex_textdata, inline=False)
helpmain.add_field(name="Contoh", value="!tambahepisode 3 hitoribocchi", inline=False)
helpmain.add_field(name="Tambahan", value="Hanya bisa dipake oleh Admin", inline=False)
helpmain.add_field(name='Aliases', value="None (Tidak ada)", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True, aliases=['hapus'])
async def hapusepisode(self):
helpmain = discord.Embed(title="Bantuan Perintah (!hapusepisode)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!hapusepisode <range> <judul>', value=simpleplex_textdata2, inline=False)
helpmain.add_field(name="Contoh", value="!hapusepisode 13 hitoribocchi\n!hapusepisode 13-14 hitoribocchi", inline=False)
helpmain.add_field(name="Tambahan", value="Hanya bisa dipake oleh Admin", inline=False)
helpmain.add_field(name='Aliases', value="!hapusepisode, !hapus", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True)
async def ubahstaff(self):
helpmain = discord.Embed(title="Bantuan Perintah (!ubahstaff)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!ubahstaff <id_staff> <posisi> <judul>', value=ubahstaff_textdata, inline=False)
helpmain.add_field(name="Contoh", value="!ubahstaff int(bot_config['owner_id']) tl tate", inline=False)
helpmain.add_field(name="Tambahan", value="Hanya bisa dipake oleh Admin", inline=False)
helpmain.add_field(name='Aliases', value="Tidak ada", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True)
async def ubahrole(self):
helpmain = discord.Embed(title="Bantuan Perintah (!ubahrole)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!ubahrole <id_role> <judul>', value=ubahrole_textdata, inline=False)
helpmain.add_field(name="Contoh", value="!ubahrole 564112534530031655 tate", inline=False)
helpmain.add_field(name="Tambahan", value="Hanya bisa dipake oleh Admin", inline=False)
helpmain.add_field(name='Aliases', value="Tidak ada", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True, aliases=['mark'])
async def tandakan(self):
helpmain = discord.Embed(title="Bantuan Perintah (!tandakan)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!tandakan <posisi> <episode> <judul>', value=tandakan_textdata, inline=False)
helpmain.add_field(name="Contoh", value="!tandakan tl 3 tate", inline=False)
helpmain.add_field(name='Aliases', value="!tandakan, !mark", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True, aliases=['add', 'tambah'])
async def tambahutang(self):
helpmain = discord.Embed(title="Bantuan Perintah (!tambahutang)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!tambahutang', value="Jalankan dan masukan semua info dan ubah sebelum menambah ke database", inline=False)
helpmain.add_field(name="Contoh", value="!tambahutang", inline=False)
helpmain.add_field(name='Aliases', value="!tambahutang, !add, !tambah", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True, aliases=['buangutang', 'buang', 'lupakan', 'remove', 'drop'])
async def lupakanutang(self):
helpmain = discord.Embed(title="Bantuan Perintah (!lupakanutang)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!lupakanutang <judul>', value=simple_textdata, inline=False)
helpmain.add_field(name="Contoh", value="!lupakanutang hitoribocchi", inline=False)
helpmain.add_field(name='Aliases', value="!lupakanutang, !buangutang, !buang, !lupakan, !remove, !drop", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True)
async def info(self):
helpmain = discord.Embed(title="Bantuan Perintah (!info)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!info', value="Melihat Informasi bot ini", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@help.command(pass_context=True)
async def ping(self):
helpmain = discord.Embed(title="Bantuan Perintah (!ping)", description="versi 1.3.4", color=0x00aaaa)
helpmain.set_thumbnail(url="https://image.ibb.co/darSzH/question_mark_1750942_640.png")
helpmain.set_author(name="naoTimes", icon_url="https://cdn.discordapp.com/avatars/558256913926848537/3ea22efbc3100ba9a68ee19ef931b7bc.webp?size=1024")
helpmain.add_field(name='!ping', value="Melihat cepat rambat koneksi dari server ke discord dan ke github", inline=False)
helpmain.add_field(name="*Catatan*", value="Semua command bisa dilihat infonya dengan !help <nama command>", inline=False)
helpmain.set_footer(text="Dibawakan oleh naoTimes || Dibuat oleh N4O#8868 versi 1.3.4")
await self.bot.say(embed=helpmain)
@commands.command(pass_context=True)
async def supermotd(self, ctx):
if int(ctx.message.author.id) != int(bot_config['owner_id']):
print('@@ Someone want to use supermotd but not the bot owner, ignoring...')
print('@@ User that are trying to use it: ' + str(ctx.message.author.id))
return
print('@@ Super MOTD Activated')
json_data = await fetch_json()
if not json_data:
return
mod_list = json_data['supermod']
starting_messages = await self.bot.say('**Initiated Super MOTD, please write the content below**\n*Type `cancel` to cancel*')
motd_content = await self.bot.wait_for_message(author=ctx.message.author)
if motd_content.content == ("cancel"):
await self.bot.say('**MOTD Message announcement cancelled.**')
print('@@ MOTD Cancelled')
return
print('MOTD Content:\n{}'.format(motd_content.content))
await self.bot.edit_message(starting_messages, '**Initiated Super MOTD, please write the content below**')
preview_msg = await self.bot.say('**MOTD Preview**\n```{}```\nAre you sure want to send this message?'.format(motd_content.content))
to_react = ['✅', '❌']
for reaction in to_react:
await self.bot.add_reaction(preview_msg, reaction)
def checkReaction(reaction, user):
e = str(reaction.emoji)
return e.startswith(('✅', '❌'))
res = await self.bot.wait_for_reaction(message=preview_msg, user=ctx.message.author, timeout=30, check=checkReaction)
if res is None:
await self.bot.say('***Timeout!***')
await self.bot.clear_reactions(preview_msg)
return
elif '✅' in str(res.reaction.emoji):
print('@@ Sending MOTD')
await self.bot.clear_reactions(preview_msg)
preview_msg = await self.bot.edit_message(preview_msg, '**Sending to every admin...**')
success_rate = 0
failed_user = []
for mod in mod_list:
print('@@ Sending to: {}'.format(mod))
try:
server_mod = find_user_server(mod, json_data)
server_in = self.bot.get_server(server_mod)
mod_mem_data = server_in.get_member(mod)
await self.bot.send_message(mod_mem_data, "**Announcement dari N4O#8868 (Bot Owner):**\n\n{}\n\n*Pada: {}*".format(motd_content.content, get_current_time()))
success_rate += 1
print('@@ Success')
except:
failed_user.append(mod)
print('@@ Failed')
await self.bot.edit_message(preview_msg, '**Done! {}/{} user get the message**'.format(success_rate, len(mod_list)))
if failed_user:
print('Failed user list: {}'.format(', '.join(failed_user)))
elif '❌' in str(res.reaction.emoji):
print('@@ MOTD Cancelled')
await self.bot.clear_reactions(preview_msg)
await self.bot.edit_message(preview_msg, '**MOTD Message announcement cancelled.**')
def setup(bot):
bot.add_cog(Helper(bot))