682 Commits

Author SHA1 Message Date
bobloy
a08b72c83d Merge branch 'master' into maybe_send_embeds 2020-08-03 15:35:57 -04:00
bobloy
bda61e3ada Handle permission errors 2020-08-03 15:35:34 -04:00
bobloy
810670f5c0 Use maybe_send_embed instead 2020-08-03 15:24:52 -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
9ef5836fa8 WIP fix to aiohttp payload error 2020-04-30 21:02:45 -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
jack1142
813f531c05
[ForceMention] Disable role mention auto-sanitizer when sending pinging message ()
* Update forcemention.py

* it's gonna be a minor bump after all
2020-02-24 12:03:01 -05:00
DannyB5544
3d077704c8
SCP cog updated to reflect Wiki ()
- Series 6 (5000-5999) Support added
 - EX and ARC commands updated to reflect current Wiki Entries
2020-02-13 09:35:19 -05:00
aikaterna
ce4f2a869a
[PlantTycoon] Small fixes () 2020-02-04 22:18:24 -05:00
Plab
c268775b6c New anime list, removed placeholders () 2019-11-25 17:54:12 -05:00
Flame442
8da50e9e6c Fixes an error in [p]qrinvite when image_url is not passed () 2019-11-25 17:54:01 -05:00
Ianardo DiCaprio
7b76bc10e0 [Timerole] There was 2 issues with the check_day def ()
* Update ccrole.py

* listener

* Update qrinvite.py

* Update qrinvite.py

* Make default enabled False

Made default enabled False, this is because with a decent amount of users this skyrockets your CPU, so making this default off, only servers that actually want it will be enabled, thus reducing CPU usage.

* Update dad.py

* Add optional bot count and online count

* Update timerole.py

* Update timerole.py

* Update timerole.py

* Update timerole.py

* Update timerole.py
2019-08-16 08:44:41 -04:00
Ianardo DiCaprio
4629270695 [Lseen][dad][InfoChannel] Made changes ()
* Update ccrole.py

* listener

* Update qrinvite.py

* Update qrinvite.py

* Make default enabled False

Made default enabled False, this is because with a decent amount of users this skyrockets your CPU, so making this default off, only servers that actually want it will be enabled, thus reducing CPU usage.

* Update dad.py

* Add optional bot count and online count
2019-08-12 08:29:34 -04:00
Ianardo DiCaprio
704b1c611b [All Cogs] Fixed to work for most up to date Red V3 ()
* Update ccrole.py

* listener

* Update audiotrivia.py

* Update audiotrivia.py

* Update audiotrivia.py

* Update chat.py

* Update dad.py

* Update exclusiverole.py

* Update leaver.py

* Update reactrestrict.py

* Update stealemoji.py

* Update lseen.py

* Update __init__.py

* Update qrinvite.py

* Update qrinvite.py

* Depreaction

* Depreaction warning

* Listener

* Update chat.py
2019-08-05 10:34:27 -04:00
Ianardo DiCaprio
aa25cb1f3c Update ccrole.py ()
Thanks for the help!
2019-07-18 14:29:11 -04:00
Akubits
b20b098076 Fixed lovecalculator ()
Replaced space with two underscores
2019-07-17 13:43:26 -04:00
Ellie
871c737a60 [infochannel] this should work ()
* this works 100%

But I also removed making the category, so do check it first because other than the channel count and category, I didn't really change anything else?

* hi
2019-07-17 13:07:28 -04:00
Ellie
1924eab355 Update infochannel.py ()
Thanks for the help!
2019-05-18 20:00:28 -04:00
DevilXD
9a3040cf20 Added support for 'py' as the code block type ()
People (me included) often use the shorter version of defining python usage within a code block on discord: `py`. This small change should add support for it, the following is also considered a Python code in Discord:

```py
print("Hello world!")
```

Note: Noticed while checking out the code and wanted to help by improving it, didn't test this change but it should work.
2019-05-18 20:00:00 -04:00