487 Commits

Author SHA1 Message Date
bobloy
a4321c74e7 Info and READMe updates 2020-08-10 17:02:42 -04:00
bobloy
4875c7b964 WIP folder not in data folder 2020-08-10 17:00:59 -04:00
bobloy
0814810b9f Move maps to WIP folder 2020-08-10 17:00:32 -04:00
bobloy
8532d4dc01 Handle zoom properly, save it to json for each map as well 2020-08-10 16:41:05 -04:00
bobloy
ff3b6cf2a5 Save to config, test zoom levels 2020-08-10 15:24:00 -04:00
bobloy
4118f1a91f Use numbers as mask, probably need to switch to png soon 2020-08-10 13:49:04 -04:00
bobloy
5203aba042 Rename to simple, WIP numbered 2020-08-10 13:39:57 -04:00
bobloy
5ca834ea3c Unneeded original.jpg 2020-08-10 12:07:42 -04:00
bobloy
02232431f6 ALl masks, mostly working commands 2020-08-10 12:06:33 -04:00
bobloy
020d4645e8 Add map list, move set to under conquest, and WIP saving map 2020-08-10 07:27:56 -04:00
bobloy
43520893b3 Add more commands, untested 2020-08-06 21:59:51 -04:00
bobloy
5060c2f7fd Functioning image coloring 2020-08-06 18:12:08 -04:00
bobloy
947cf08291 Initial files 2020-08-06 16:17:10 -04:00
bobloy
4f6232fb7d Fix this send_help mistake 2020-08-06 13:39:51 -04:00
bobloy
ae915b4fff Ignore both venvs 2020-08-06 13:27:55 -04:00
bobloy
ea71aafb52 Updated dad to handle dark theme by sending the message ourselves 2020-08-03 17:17:11 -04:00
bobloy
bda61e3ada Handle permission errors 2020-08-03 15:35:34 -04:00
bobloy
61866b2c22 Add TODO 2020-08-03 14:46:47 -04:00
bobloy
3e4ddb24f0
Add calls to super().__init__ () 2020-08-03 13:11:35 -04:00
jack1142
71791a2f5a
Remove incorrect 3.4+ compatibility layer () 2020-08-03 13:04:57 -04:00
bobloy
31fec3add1
Better console progress. Delete data command ()
* Better console progress. Delete data command

* Reformat
2020-08-03 12:48:27 -04:00
bobloy
90d033aa50 No await in __init__ 2020-07-30 17:31:18 -04:00
bobloy
bedeb0e2ce Remove print statements 2020-07-30 16:22:59 -04:00
bobloy
240888e55b
Update README.md
Direct to chatter install instructions
2020-07-30 12:59:49 -04:00
bobloy
8dba6f06cf Merge remote-tracking branch 'origin/master' 2020-07-30 12:47:37 -04:00
bobloy
99b4a1d9f5 Actually remove mention from submitted text 2020-07-30 12:47:21 -04:00
bobloy
e75c0bb737
Update README.md
Add Linux install instructions
2020-07-30 12:38:46 -04:00
bobloy
ac31115750
Update README.md
Mention using virtual environment
2020-07-30 10:50:10 -04:00
bobloy
9c09d18699
Update README.md 2020-07-30 10:20:09 -04:00
bobloy
225246be9a
Chatter revamp ()
* Move to importing the actual library

* Chat revamp

* Attempt at functioning info

* Remove chatterbot as a requirement, install manually

* Add chatter README.md
Switch to medium spaCy model by default
Correct paths for requirements.txt

* Add Known Issues to README.md

* Forgot about this line. Was it causes reload issue?

* Known Issues: Installation

* Add some more tags

* Adjust requirements

* Bump chatter to Beta, ccrole to release, dad to Beta, hangman to Beta, infochannel to Beta

* Gotta be medium in requirements as wel

* Better conversation grouping and formatting

* Random instead of first for more variety
Disable custom similarity threshold for now, until it's configurable
use filter to avoid looking at empty messages
2020-07-30 09:59:03 -04:00
bobloy
2a7a1b8b92
[StealEmoji] Bug fixes and better handling ()
* StealEmoji properly handle Emojis not having the `__dict__` attribute

Start fix for emoiji vs animated max error

* Comment-out some prints

* First step to fixing stealemoji

Uses discord.Asset now

* Reformat

* Call __init__

* Fix duplicate emojis, formatting, caching
2020-07-30 09:48:43 -04:00
bobloy
e1256d26a5 Better credits 2020-07-29 11:34:26 -04:00
bobloy
d482b4914b Merge remote-tracking branch 'origin/master' 2020-07-27 12:24:58 -04:00
bobloy
ff074bd603 Small ccrole update, sends help correctly 2020-07-27 12:24:49 -04:00
bobloy
24c2791f89
Infochannel develop ()
* Unneeded requirements

* No need for lambda or function

* Remove Cog backwards compatibility, and reformatting

* Address rate limits?

* More error checks, better help, common sense channel edits, and rate limit checks

* Black formatting as well
2020-07-27 12:24:12 -04:00
bobloy
acaa5b8fb9
Positional arguments changed () 2020-07-24 13:33:20 -04:00
imnotverygood
0749706e88
Add BytesIO seek to fix empty file error ()
* Add BytesIO seek to fix empty file error

"ValueError: embedded null byte" error on the discord attachment due to the data being read from the end.

* Fix incorrect indent

* Add discord back to File call
2020-07-24 13:30:52 -04:00
bobloy
ebe59c9370
Reapply case-insensitivity and get off that command_error train ()
* Reapply case-insensitivity and get off that command_error train

* Can't forget their check, thanks again Cog-Creators

This will continue with CCRole being a case-insensitive cog, until the day I change my mind by making this a subclass of CustomCom
2020-07-22 15:25:31 -04:00
bobloy
9af8601124
Remove commands.Cog backwards compatibility, and reformatting ()
* Unneeded requirements

* No need for lambda or function

* Remove Cog backwards compatibility, and reformatting
2020-07-20 15:25:14 -04:00
bobloy
6cc5162f56
Use more built-in functions, switch to on_command_error to save on processing power () 2020-07-20 14:31:26 -04:00
DannyDB5544
4844820785
It'd be smart if i corrected the help page, eh? () 2020-07-14 09:09:48 -04:00
bobloy
7e66ed4917 Handle other file extensions for now 2020-06-23 12:57:32 -04:00
bobloy
a8ebe7eb97 double e extension 2020-06-19 07:37:08 -04:00
bobloy
62215ab4ba Full names 2020-05-29 11:37:37 -04:00
bobloy
0bb967ab22 update to 3.3.8 2020-05-28 22:42:06 -04:00
bobloy
6a23a9a6e1
Audiotrivia develop ()
* conf to config and deprecated yaml load

* Add hockey goal horns
2020-05-28 09:38:08 -04:00
bobloy
063f181219
conf to config and deprecated yaml load () 2020-04-30 21:17:17 -04:00
bobloy
a4a787830a
Fix leaver get_embed_color issue ()
* Fix embed color

* Gotta await it
2020-04-30 14:23:33 -04:00
bobloy
41b2ce7391
Event seeds happen way too frequently () 2020-04-29 11:47:39 -04:00
aikaterna
44ddfbed01
[AudioTrivia] _userlimit moved in audio () 2020-04-26 21:38:18 -04:00