Will
25a5c3dec9
Pip install to library dir ( #1432 )
2018-03-16 16:12:05 +01:00
Wyn
c49cb4a213
[V3 Readme] Update Patreon link ( #1434 )
...
Add on to #1431
2018-03-14 19:22:50 -04:00
palmtree5
c4dbbc2d1e
[V3 Warnings] Action list isn't a dict ( fix #1382 ) ( #1408 )
2018-03-14 19:10:07 -04:00
palmtree5
fe3d6f57af
[V3 Streams] Add support for Youtube streams ( #1385 )
2018-03-14 19:07:14 -04:00
palmtree5
052af2f9bf
[V3 Cleanup] Code consolidation ( #1347 )
...
* [V3 Cleanup] refactor to consolidate duplicate code
* [V3 Cleanup] make the prompting function a staticmethod
* Drop continuing message + add punctuation to docstrings
2018-03-14 19:03:11 -04:00
Adam
16da9f52ac
[V3 Audio] update Lavalink build ( #1427 )
2018-03-12 21:48:13 -08:00
palmtree5
22a342d36d
[V3 Bank/Economy] Fix #1404 and an issue with [p]bank reset ( #1407 )
...
* [V3 Bank] fix an issue with checks
* [V3 Economy] fix issues with [p]bank reset
2018-03-12 19:10:46 -04:00
palmtree5
4fcf32b5e9
[V3 Bank] Add confirmation prompt on [p]bankset toggleglobal ( #1402 )
2018-03-12 19:05:21 -04:00
palmtree5
5bdb455bc0
[V3 Instance setup] Change backup time separator for Windows ( #1419 )
2018-03-12 18:48:13 -04:00
BaIthamel
1cb74f0ea7
[V3] Fix for issue #1363 ( #1424 )
...
[p]cogs and [p]repo now print alphabetically
2018-03-12 18:44:30 -04:00
Tobotimus
c7e8c95640
[V3] discord.Game -> discord.Activity ( #1397 )
...
* [V3] discord.Game -> discord.Activity
* Update userinfo to reference new enum
2018-03-12 18:41:37 -04:00
Will
ccb322d08e
[Audio] V3/auto autostart only ( #1420 )
...
* Download jar at audio load
* Messy...
* Remove leftover log file stuff
* Keep application.yml
* Damn you windows
2018-03-12 00:49:08 +01:00
Wyn
b27e0f2d21
[V3 Audio] Rename Game to Activity ( #1409 )
...
* Rename `Game` to `Activity` for audio
Add on to pull #1397
* Update audio.py
Whoops, don't need this here
* Update audio.py
Now fixed
2018-03-08 20:55:03 -05:00
aikaterna
6a715d87dd
[V3 Audio] Add prev command, bugfixes for audiostats, search ( #1405 )
...
* Update audiostats to display days in timer
* Add prev command
* Update search button to play enqueued song
2018-03-08 20:50:54 -05:00
Tobotimus
6138b78c07
[V3 Admin] Make [p]announce consume all args into the message ( #1394 )
...
* Fix announce (resolves #1390 )
* Make other commands consume all args
Also fixes [p]announce channel
2018-03-08 20:45:41 -05:00
palmtree5
f84ef48819
[V3 Docs] add java install to install docs ( #1389 )
2018-03-08 20:06:27 +01:00
palmtree5
cda27944b6
[V3 Mod] fix #1401 ( #1403 )
2018-03-07 09:48:22 +11:00
Will
c9281f734b
[V3 Config] Fix clear throwing errors ( #1374 )
2018-03-06 10:28:37 +11:00
palmtree5
f378ea0d2e
[V3 Core] add update check ( #1388 )
...
* [V3 Core] add update check
* [V3 Core] have it DM the owner if out of date
2018-03-06 10:21:01 +11:00
James
40c37b5c06
[V3 Help][ fix help_formatter to obey length limits ( #1375 )
...
Help didn't account for docstrings passing length limits which I noticed a while ago and as noticed again when Palm forgot a dual newline in a command docstring.
This PR sees to fix this by enforcing length limits on description, field names and field values
2018-03-06 10:10:56 +11:00
Will
57b7db6956
[V3 Admin] Remove guild default channel ( #1381 )
...
* Remove guild default channel
* Fix weird set thing
2018-03-06 09:52:26 +11:00
Michael H
b4f5c2c0a1
Revert "[V3]Encoding issue fix" ( #1392 )
...
* Revert "[V3 Core] Encoding issue fix (#1365 )"
This reverts commit f6903cf5820ec93833aced058622cb2f235ac22b.
* Don't let the system encoding screw with things,
specify opens as happening with utf-8 encoding
(cherry picked from commit c10e4dddca32a7a74978f2938359be8a65e7e40f)
2018-03-06 08:18:41 +11:00
Michael H
f6903cf582
[V3 Core] Encoding issue fix ( #1365 )
...
* Don't let the system encoding screw with things,
specify opens as happening with utf-8 encoding
* And also deal with encoding issues because windows is a special snowflake
(see: #1366 )
* let's just use the encoding param in str() rather than encode/decode...
2018-03-04 13:02:04 -05:00
aikaterna
3816385228
[V3 Audio] Fix repeat, Message deletions ( #1379 )
...
* Fix repeat
Also remove restriction on if the player is playing.
* Auto-delete existing Now Playing message
* Auto-delete existing notify message
* Wrap line on Now Playing message
* Add connected duration to audiostats
_dynamic_time based on a function written by Redjumpman
* Return negative seek past song start as 00:00:00
* Version number
2018-03-03 18:55:24 -05:00
Will
f65085946c
[V3 Audio] Initial V3 addition ( #1373 )
...
* Initial audio
* Add application data and modify port
* Modify codeowners
* Need extra newline
* add yml to manifest
* lock lavalink version
2018-03-03 15:42:20 +11:00
Thomas Mercurio
b10b746d9e
[V3 Config] Correct Mongo connection URI without credentials ( #1362 )
...
* Correct connection string without credentials
* Remove extra whitespace.
2018-03-02 18:39:45 +01:00
James
ed5945e182
fixed exception ( #1372 )
...
`requirements.remove` will raise a ValueError if the item is not there, not `IndexError`
2018-03-02 18:35:28 +01:00
Will
cf48a13fc7
Potentially fix auto deploy issues ( #1357 )
2018-02-28 13:08:47 +01:00
palmtree5
29d9bbad32
[V3] Bump version to 3.0.0b9 ( #1348 )
3.0.0b9
2018-02-26 11:49:48 -09:00
Will
004f42bf6e
[V3 Config] Limit connections to Mongo DB ( #1356 )
2018-02-26 15:34:30 -05:00
Will
41e0d105f6
[V3 Config] Make Mongo work with any db ( #1355 )
2018-02-26 15:28:20 -05:00
Will
fdd61963e6
Add pip install command ( #1354 )
2018-02-26 11:21:41 -09:00
Will
10cbd4d3c4
[V3 Sentry] Only log errors that come from core code ( #1353 )
...
* Do not load core cogs as extensions
* Filter this shit
2018-02-26 15:16:49 -05:00
Will
64af7800dc
[V3 Config] Adjust functionality of get_attr ( #1342 )
...
* Intermediate commit
* Add defaulting stuff to config
* Remove set_attr in favor of set_raw
* Modify get_attr
* Fix issue with clearing data
2018-02-26 11:13:01 -09:00
palmtree5
c428982c00
[V3 Core] Add listlocales command ( #1351 )
...
* [V3] Add listlocales command + remove a hanging 2 letter translation
* Sort the locales list
* Doc info in set locale
2018-02-26 15:05:06 -05:00
Will
1363bc3f43
[V3] Disregard limitations on repo names ( #1349 )
2018-02-25 21:21:13 -09:00
Michael H
09ddfe4250
[V3] Re-allow using presence modifying commands without being in a guild ( #1345 )
...
Actually update on all shards (we need to do this even with autoshardedbot as base)
2018-02-25 21:10:59 -09:00
Will
e13de0950c
[V3 Config] Implement a true clear method ( #1344 )
...
* Add clear methods to drivers
* Update config clear methods, add to Value
* Add test
2018-02-25 21:07:28 -09:00
palmtree5
c1ac78eea4
[V3] Warning system ( #1173 )
...
* [V3 Warning] initial work on a warning system for v3
* [V3 Warning] rename some stuff and add a case type
* [V3 Warnings] rename package from warning
* [V3 Warnings] restructuring commands
* [V3 Warnings] remove expiry stuff + other refactoring
* [V3 Warnings] refactoring action logic
* [V3 Warnings] rewrites to action logic
* [V3 Warnings] add regen_messages.py
2018-02-25 20:14:38 -09:00
Kowlin
21de95e0a6
[CI] Added support for conditional builds and env vars ( #1320 )
...
* Changed travis deploy scheme
* Fixed indentation
* Okay NOW I did fix indentation (hopefully)
* Conditional deployment tests
* Fixed a 7:35 AM typo
* Fixed builds not building.
2018-02-25 20:10:55 -09:00
palmtree5
0593bb9c53
[V3 i18n] Update translations from Crowdin ( #1350 )
2018-02-25 21:57:14 -05:00
Will
bd1ce26dc7
Fix missing repos folder ( #1330 )
2018-02-25 16:40:09 +01:00
Will
2612e7c23a
[V3 Config] Add more information to the docs ( #1343 )
...
* Attempt to determine the registered default...if any
* Intermediate commit
* Add more doc information
2018-02-25 14:56:12 +01:00
Will
93ca7abc1a
[V3 Core Commands] Limit status modifying commands to be run in guild only ( #1331 )
...
* Limit status modifying commands to be run in guild only
* JK let em run.
* Add a space
2018-02-23 02:44:06 +01:00
Will
de4af14676
Fix unreferenced tmp variable ( #1334 )
2018-02-23 02:29:04 +01:00
Will
c9a6c0ffcc
Converters don't work the way I think they do ( #1336 )
...
(No they don't Will -- Kowlin)
2018-02-23 02:21:39 +01:00
Will
d414806fa2
Close aiohttp ClientSession ( #1340 )
2018-02-23 02:08:49 +01:00
Will
d54c129c57
[V3 Config] Allow users to directly specify a cog name with config ( #1339 )
2018-02-22 19:42:30 -05:00
Will
7c848153f8
[V3 Config] Limit config objects to a single one per cog ( #1337 )
...
* Limit config objects to a single one per cog
* do it correctly
* Do nicer thing
* do it right...
* I will get this right eventually
2018-02-22 19:36:07 -05:00
Will
4e36c2f82d
[V3 Config] Add helper methods for advanced data access ( #1335 )
...
* Add get_raw/set_raw
* Add default to get_raw
* Add custom group method to the config object
* Add more methods for custom groups
* Add some docstrings
* Deepcopy the result of get_raw, throw TypeError if no value is passed to set_raw
* Do it right..
* Better way to require kwarg
2018-02-23 11:29:37 +11:00