Twentysix
dcffab186c
[Economy] Slot machine: fixed check for 2 consecutive symbols
2017-02-20 20:26:05 +01:00
Twentysix
08496d0793
[Downloader] Delete repo folder on repo removal
2017-02-17 17:21:50 +01:00
Twentysix
dad6929843
[Owner] Enhanced [p]version
...
Implemented part of #561 's changes
Handles non-git installations and non-default remotes
Links to branch
Chained commands for better peformances (theorically)
2017-02-11 01:13:15 +01:00
Patrik Luoto
eb67e83d64
[Streams] Twitch: handle empty game / status / logo ( #608 )
2017-02-10 14:21:11 +01:00
Will
b8b5572b07
[Audio] Timeout voice connection + cooldown after fail ( #556 )
2017-02-09 15:19:40 +01:00
Thomas Mercurio
ae1244668e
[Streams] Embed colors ( #605 )
2017-02-09 00:08:26 +01:00
Twentysix
b69b5b3005
[Streams] Added embeds and toggleable mass mentions
2017-02-08 19:03:05 +01:00
Twentysix
74f686aa5f
Updated invite URLs
2017-02-04 05:51:08 +01:00
Twentysix
146d9df460
[Downloader] Reworded disclaimer, show only once every session
2017-01-31 15:54:40 +01:00
Twentysix
14dbff6dd4
[Mod] Ignore embeds in repetition filter
...
Fixes #590
2017-01-25 23:44:09 +01:00
Twentysix
143d41f2f2
[Audio] Better URL checking, strip enclosing tags
2017-01-24 19:34:56 +01:00
Twentysix
ede821c911
[Downloader] No more default repo
2017-01-15 04:40:01 +01:00
Twentysix
7e96e5ad69
[Downloader] Fast-forward only on git pull
2017-01-14 14:48:59 +01:00
Seenko
438d9f5f60
[Streams] Handle both channel names and URLs ( #575 )
2017-01-13 14:23:39 +01:00
palmtree5
416e168d2b
[Economy] Added [p]bank reset ( #570 )
2017-01-13 13:57:13 +01:00
palmtree5
422c9191bd
[Owner] Added [p]set default[admin/mod]role ( #563 )
2017-01-07 17:28:18 +01:00
Twentysix
102977664e
[Downloader] Allow branches to be specified on repo add
...
Example URL:
`https://github.com/Author/Repo@branch `
2017-01-07 17:15:56 +01:00
Twentysix
2a8818393e
[Downloader] Handle no info.json
...
Fixes #562
2017-01-05 18:00:30 +01:00
Twentysix
c987a89e9c
Red's launcher / Downloader reqs autoinstall ( #552 )
2017-01-05 02:19:54 +01:00
Kowlin
abad4b311e
Consume rest for [p]modset modrole/adminrole ( #551 )
2016-12-30 15:14:43 +01:00
Twentysix
4fcf0924f3
[Owner, Economy] Use UTC in the timestamps
2016-12-30 13:00:24 +01:00
Caleb Johnson
abd154861d
[Settings] Add constructor parameter to skip argparse ( #550 )
2016-12-29 17:17:10 +01:00
Twentysix
0330e4f221
[Economy] Refactored slot machine, fixed [p]bank register ( #538 )
2016-12-28 16:51:57 +01:00
Twentysix
c7284ffa2a
[Core] Added --dry-run flag and Travis CI boot test
...
This should help testing the boot process right until login
2016-12-22 18:54:27 +01:00
Chovin
1942f15576
[Audio] Permissions checks for [p]playlist remove ( #506 )
2016-12-22 14:53:10 +01:00
Twentysix
08541e419f
[General] Refactored [p]rps
2016-12-21 18:11:04 +01:00
Twentysix
e319ea4762
[Audio] Hotfix
2016-12-20 19:40:29 +01:00
Twentysix
af9b4d7cec
[Audio] Pagify playlists' lists
2016-12-20 18:51:17 +01:00
palmtree5
8145b41097
[General] Add member # to [p]userinfo ( #528 )
2016-12-18 03:20:58 +01:00
Will
8593c08f77
[Mod] Bots can delete own messages w/ [p]cleanup user ( #461 )
...
Bulk delete endpoint needs `manage_messages`
2016-12-18 02:34:12 +01:00
Twentysix
ae6756c637
[Economy] Improved [p]bank set
...
Can now accept positive/negative values to add and remove credits
2016-12-18 02:17:35 +01:00
Twentysix
74fd56e81f
[Core] Improved [p]uptime
2016-12-17 04:16:16 +01:00
Twentysix
d0fcce809d
[Core] Hotfix
2016-12-12 14:54:47 +01:00
Twentysix
64ab3ac948
[Core] Added --no-cogs
...
Skips initial cog loading
2016-12-12 13:22:46 +01:00
Caleb Johnson
1c70185a53
[mod] Fix checks on mute subcommands ( #525 )
...
Security fix
2016-12-12 01:26:09 -05:00
palmtree5
09e26b04bf
[Audio] Add server owner check for [p]stop ( #523 )
...
Fixes #522
2016-12-11 22:55:25 +01:00
Twentysix
27bdce7f32
[Core] CLI flags, env vars login, revamped setup, in. selfbot support, etc ( #513 )
...
Startup flags: can be started and configured without ever doing the interactive setup
Changed default settings format so that all unset values are None
Removed new cogs prompt
Removed `LOGIN_TYPE` from settings.json. It now defaults to token and fallbacks to email/password
Smarter initial setup: only asks for the settings that are actually missing
For the first installation all default cogs are loaded
Startup flag that allows settings to be memory-only
Initial selfbot support
Only reset login credentials (on confirmation) instead of deleting the whole file in case of login failure
Revamped main screen
Made sure that nothing blows up when you run Red on Windows without `chcp 65001`
Possibility of setting credentials in the environment variables `RED_TOKEN` / `RED_EMAIL` `RED_PASSWORD`. They will take priority over the configuration stored on disk.
2016-12-11 00:16:20 +01:00
Kowlin
8d83a5ae3a
[Economy] Eco hotfix for PR #475 ( #519 )
2016-12-09 04:24:25 -05:00
Will
8a7be3b812
[Economy] Leaderboard pagify ( #475 )
...
* Some PEP8 stuff
* pagify leaderboard
2016-12-09 01:38:32 -05:00
Twentysix
d349a0cab7
[Audio] Replace settings.json in case of corruption
2016-12-09 02:11:14 +01:00
FrostTheFox
4b032e48b9
[Audio] Added [p]audioset emptydisconnect ( #497 )
...
Toggles autoleave when Red is left alone while playing music
2016-12-07 00:52:38 +01:00
Twentysix
75b7925d05
[Downloader] Ignore empty install messages
2016-12-06 23:00:46 +01:00
Twentysix
59979933e0
[Trivia] Properly deal with trivia lists' encoding
...
Probably.
2016-12-03 04:19:57 +01:00
Twentysix
c6fcdd3449
[Mod] Handle DM commands in on_command
2016-12-01 16:20:29 +01:00
Twentysix
d628bacef5
[Core] Server based prefixes ( #492 )
...
Added `[p]set serverprefix`
`Bot.command_prefix` is now a callable that returns the prefixes set for the server. If none are set, it returns the global ones.
2016-12-01 02:30:51 +01:00
Caleb Johnson
8b7ba988f4
[Utils] Handle empty permissions, more checks ( #387 )
2016-12-01 02:10:59 +01:00
palmtree5
c23cadda44
[Economy] Added [p]economyset registercredits ( #472 )
...
Allows to set initial credits for new bank accounts
2016-11-30 18:13:41 +01:00
Caleb Johnson
5ae98a046e
[Mod] Removed pointless .keys() call for better performances ( #499 )
2016-11-29 21:21:13 +01:00
Will
c34bf36dee
[Mod] Added [p]modset deletedelay ( #445 )
...
Deletes issued command after X seconds
2016-11-29 02:40:40 +01:00
Twentysix
67de9a45fe
[Owner] Show [p]debug result in blocks of 4 messages
2016-11-27 00:42:42 +01:00