1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00
Commit graph

217 commits

Author SHA1 Message Date
350d754683 Rename bot to client 2019-04-19 02:32:12 +02:00
db1f1ded12 Whee! More moving around! 2019-04-19 02:29:39 +02:00
e677cbe9b3 Refactor most of the DiscordBot 2019-04-19 02:12:37 +02:00
f4fc7dd971 do some stuff 2019-04-19 00:01:28 +02:00
03b3d52f0e A lot of stuff 2019-04-18 16:09:02 +02:00
bad35daf5b Do stuff 2019-04-18 14:09:55 +02:00
5b9c441113 Remove unused imports 2019-04-17 23:48:21 +02:00
f7a9774fa2 Shut up. 2019-04-17 23:24:49 +02:00
a1ce7a055b OMFG ARE YOU SERIOUS 2019-04-17 23:23:33 +02:00
659e0e1965 Bot isn't working anymore? 2019-04-17 23:13:32 +02:00
53753cc399 Try some things 2019-04-17 19:01:17 +02:00
3b9843118d Bot is finally working! 2019-04-17 18:53:53 +02:00
538a850344 Try to debug something, but without success 2019-04-17 02:00:38 +02:00
aa48c3d1e2 It plays music now! 2019-04-17 01:15:35 +02:00
3e27e3b183 Do some more stuff 2019-04-16 19:02:21 +02:00
90f566107f Do a lot of stuff 2019-04-16 17:02:50 +02:00
85468ec78d y no commit 2019-04-16 14:38:45 +02:00
71cc0e35dd Add play command
omg it actually works
2019-04-16 01:01:12 +02:00
5d2eebd118 Create AudioSource from RoyalAudioFile 2019-04-15 21:05:49 +02:00
6af6984380 Add RoyalAudioFile, automatically downloads the opus file required for discord 2019-04-15 20:33:35 +02:00
992b643f5b WIP Discord YtdlFile 2019-04-15 16:07:32 +02:00
cd8f2b5bff Fix ANOTHER youtube-dl bug. 2019-04-15 16:03:34 +02:00
8cd9254ebe Complete summon command 2019-04-15 11:39:34 +02:00
47a45a2552 Fix more summon bugs 2019-04-15 10:54:15 +02:00
2a8a9de832 Fix summon not working and some network stuff 2019-04-15 10:39:19 +02:00
ac2ea55902 Add summon command, but it's unfinished 2019-04-14 23:31:24 +02:00
43ce9b09f2 Add a way to interrupt video downloads 2019-04-14 20:02:17 +02:00
55771217e0 Even more properties! (Thanks to @Mallllco and @Viktya) 2019-04-14 19:20:33 +02:00
5968045ece Add a few more properties 2019-04-14 18:58:06 +02:00
034c0d0edc Add videoinfo command 2019-04-14 17:31:30 +02:00
a1193f320a Complete the wrapper 2019-04-14 17:00:05 +02:00
4e41b0efb5 Create a wrapper around the videos downloaded from youtube_dl 2019-04-14 15:17:57 +02:00
321b037a99 Create a wrapper around the info extracted from youtube_dl 2019-04-14 03:04:32 +02:00
79982fa81a If the Pool is empty, don't add a song 2019-04-12 19:24:42 +02:00
5619a80105 Move audio stuff to an audio submodule 2019-04-12 19:23:34 +02:00
10e39cb20e Create Playlist and Pool PlayModes 2019-04-12 15:19:28 +02:00
0c37fbd048 commit something to hide the fact that you slept all the time 2019-04-12 12:28:44 +02:00
73b2583145 Change dateparser reply 2019-04-12 01:00:22 +02:00
49382b9bc1 Working discord bot implementation! :O 2019-04-12 00:55:35 +02:00
c907422156 Here is the problem. 2019-04-11 19:29:33 +02:00
526a2a493a Add Discord sync command 2019-04-11 19:21:09 +02:00
34b04acd5d Fix backref in Discord table 2019-04-11 19:20:56 +02:00
1a38465d3d Fix bug due to the previous telegram refactor 2019-04-11 19:04:49 +02:00
d3ee249bc9 Create Discord users table 2019-04-11 18:56:01 +02:00
23b965410b Add DiscordBot to __all__ 2019-04-11 18:55:39 +02:00
e7b82dfa92 Refactor Telegram database table 2019-04-11 18:49:16 +02:00
c625f3c279 Add DiscordBot to init 2019-04-11 18:42:05 +02:00
0e00e69650 Implement DiscordCall.get_author 2019-04-11 18:40:51 +02:00
818b504ec5 Change error message in TelegramCall.get_author 2019-04-11 18:37:58 +02:00
3ba75b2eb6 Implement DiscordCall.reply() 2019-04-11 18:20:03 +02:00
eaedfa25a9 Start work on the discord bot 2019-04-10 18:16:47 +02:00
3f6c03c294 Merge pull request #47 from Steffo99/unity-kv
Keyvalue commands
2019-04-10 17:31:00 +02:00
1c6ddad5ea Bugfix 2019-04-09 17:04:21 +02:00
9a2d43aef3 Complete kv commands 2019-04-09 17:00:14 +02:00
7047bcf230 Merge remote-tracking branch 'origin/unity' into unity
# Conflicts:
#	requirements.txt
2019-04-09 15:21:51 +02:00
eb821a6259 Use long polling 2019-04-09 15:21:03 +02:00
85c0d717da Bugfix in call.get_author for telegram bots 2019-04-09 12:41:42 +02:00
30b9ec4b5d Start work on kv commands 2019-04-09 12:41:03 +02:00
8f7fe39c27 Add optional to CommandArgs 2019-04-09 12:17:05 +02:00
4735d145b6 Add error_if_none parameter to call.get_author 2019-04-09 11:49:36 +02:00
8d232fdc6b Forgot a return 2019-04-09 11:25:07 +02:00
bbb89b3370 Add missing space 2019-04-09 11:16:00 +02:00
12805f5bc1 Create reminder command 2019-04-09 11:15:27 +02:00
094a961b51 Create dateparser command 2019-04-09 10:39:19 +02:00
6b4f39428b Remove unused imports 2019-04-09 09:12:48 +02:00
94980b3d15 Add type hints to diario 2019-04-09 00:23:09 +02:00
310b0f62e5 Add /rage 2019-04-09 00:08:22 +02:00
92e032864e Make commands @classmethods 2019-04-09 00:08:14 +02:00
8d0e6d8c5c Create sleep_until 2019-04-08 20:30:11 +02:00
23594fc4ac Create delayed ping 2019-04-08 10:47:57 +02:00
a01402d383 Generate botfather commands 2019-04-07 23:32:33 +02:00
af3dcb2f7f Some images bugfixes 2019-04-07 15:48:27 +02:00
7e53864173 Le immagini nel diario funzionano, finalmente! 2019-04-07 13:56:31 +02:00
70a180bd24 Manca un piccolo fix per far funzionare le immagini, ma non lo trovo 2019-04-07 03:02:41 +02:00
ef485086ce Add some checks and fix some bugs 2019-04-05 11:54:19 +02:00
6666331a15 Many more improvements 2019-04-04 20:18:32 +02:00
a564e33efc Handle errors in commands 2019-04-04 17:39:38 +02:00
72599e1c65 Progress on the diario 2019-04-04 00:10:41 +02:00
202e33bdf0 SO STUFF MUCH DOGE 2019-04-03 19:31:20 +02:00
6ec151835d Updates to Diario 2019-04-02 19:52:50 +02:00
e00e9de3ca Add comment 2019-04-02 12:41:13 +02:00
a0912a4db2 Begin work on Diario 2019-04-02 12:32:13 +02:00
32d334251f Add a new word to smecds 2019-04-02 11:54:25 +02:00
f7dec4d8cf Rename interface_alchemy to the simpler alchemy 2019-04-02 11:27:21 +02:00
59baf31dfe Correctly pass exceptions 2019-04-02 00:32:15 +02:00
65b965ed4c Do... stuff? 2019-04-02 00:32:15 +02:00
4656ab92a9 Implement sync 2019-04-02 00:32:15 +02:00
7beb2fb193 Realize everything you were doing was a mistake and rollback 2019-04-02 00:32:15 +02:00
7100193bd1 Do some more stuff 2019-04-02 00:32:15 +02:00
472da17a7d Add error handler to TelegramBot 2019-04-02 00:32:15 +02:00
6e89c53835 Integrate Alchemy in calls, commands and Telegram bot 2019-04-02 00:32:15 +02:00
d7bf281f61 Create an async contextmanager for Alchemy 2019-03-31 19:15:22 +02:00
571f381c75 Generalize alchemy 2019-03-29 15:48:13 +01:00
090896b9ee METACLASSIIIIIIIIIIIIII 2019-03-29 15:40:45 +01:00
38baa29fc3 ??? 2019-03-29 12:37:55 +01:00
ea88c54b48 I'm lost 2019-03-29 12:37:55 +01:00
c77ac7fbc3 Add ciaoruozi command 2019-03-29 12:37:55 +01:00
015d459791 Add color command 2019-03-29 12:37:55 +01:00
e696a0a90a Rename to _logging the logging module to prevent typos 2019-03-25 09:49:21 +01:00
1b00ea8ae6 Create network tests 2019-03-22 11:22:21 +01:00
efd18fc3a7 Implement net_requests handler on Telegram bot 2019-03-19 14:01:00 +01:00
879c0ce953 Basically complete network branch 2019-03-19 12:26:32 +01:00
11bbb77afe More progress 2019-03-18 15:32:48 +01:00
3bc8046bc4 Some progress in the Royalnet server 2019-03-18 11:45:44 +01:00
3f9e2a229c Bugfix in telegram.py 2019-03-18 09:44:30 +01:00
2b2432b4d5 Implement RoyalnetLink on TelegramBot 2019-03-18 09:40:45 +01:00
94d0c21ff2 Create network client 2019-03-17 19:10:36 +01:00
3d01e4a984 Unfinished network stuff 2019-03-15 16:46:47 +01:00
d42c1a6cd7 Create CommandArgs class 2019-03-15 15:31:17 +01:00
144ff53752 Add possible command exceptions 2019-03-15 14:57:13 +01:00
836ac46261 Fix type annotation in TelegramBot 2019-03-15 14:49:08 +01:00
07af7d0c6b Add smecds command 2019-03-15 14:48:02 +01:00
7aec37a8df Add a newline. Oops! 2019-03-15 14:38:47 +01:00
269d86e89c Tweak a bit the ship command 2019-03-15 14:38:16 +01:00
55ba97e89a Implement ship command through the Unity interface 2019-03-15 12:02:00 +01:00
c0dfcae156 Do some more stuff 2019-03-15 11:28:48 +01:00
06e79562f8 First commit! 2019-03-15 01:05:30 +01:00