Twentysix
74f9ed154d
Update README.md
2016-02-17 23:11:40 +01:00
Twentysix
f1e93c441e
Update README.md
2016-02-17 23:10:50 +01:00
Twentysix
cf10822b6e
Upped the stream check delay
...
Temporary "fix". Will check for multiple streams in a single request in
the future.
2016-02-17 14:09:09 +01:00
Twentysix
5bf4b6a888
Removed debug print
2016-02-17 09:42:31 +01:00
Twentysix
d2298439fd
Added cogs.streams, fixed trivia encoding issues
2016-02-17 09:04:22 +01:00
Twentysix
7e4bd4ef8f
Minor adjustment x2
2016-02-16 18:21:56 +01:00
Twentysix
0443a95c99
Minor adjustments
2016-02-16 18:09:46 +01:00
Twentysix
bb4e8aa376
Merge pull request #60 from sedders123/develop
...
Added !list queue command
2016-02-16 17:54:55 +01:00
Twentysix
e9852d96fe
Play fix
2016-02-16 17:06:11 +01:00
Twentysix
1f846c1409
Typos
2016-02-16 11:51:44 +01:00
Twentysix
291ef3e28e
.bat fixes
2016-02-16 05:14:19 +01:00
James Seden Smith
1ba777c697
Added missing line to allow the !queue command to give more information
2016-02-15 16:16:31 +00:00
James Seden Smith
af373901df
Added !list queue command. Added !audioset soundlcoud command to go with
...
this
2016-02-15 16:07:54 +00:00
Twentysix
e54b80b3c9
Cleanup cache fix
2016-02-15 09:37:04 +01:00
Twentysix
3b04a82519
Added cache auto cleanup
...
!cache
!cache empty
!audioset maxcache
2016-02-15 00:11:12 +01:00
Twentysix
bd66de2c98
Added !filter !leave, fixed CC permissions
2016-02-14 20:32:56 +01:00
Twentysix
ff6025e582
Merge pull request #59 from sedders123/develop
...
Fixed is_owner_check
2016-02-14 20:24:03 +01:00
James Seden Smith
37bbcb00d1
Fixed is_owner_check
2016-02-14 16:26:41 +00:00
Twentysix
bbe78f6160
Added stats at boot
2016-02-14 13:52:25 +01:00
Twentysix
e964deaf1a
Custom commands now work with multichar prefixes
2016-02-13 18:55:37 +01:00
Twentysix
8ef6853f28
Hotfix
...
Also, added --no-prompt command line option in last commit. When started
with it, Red will ignore new modules. Useful when it's hosted on
servers.
2016-02-13 15:02:00 +01:00
Twentysix
dc0bf207b8
Added !server, !join and some general improvements
...
Audio's task now properly checks if the audio module is still loaded
Added !server to cogs.general for server info
Added !join <invite> (owner only) to make Red join other servers
settings.json now gets deleted if login fails
2016-02-13 14:52:26 +01:00
Twentysix
a86389c9e8
Added ignore channels/servers capabilities
...
Changed !help behaviour
2016-02-13 09:46:25 +01:00
Twentysix
6def723347
Typo
2016-02-11 21:04:19 +01:00
Twentysix
6518c6b8d8
No comment
...
I don't want to talk about this
2016-02-11 14:37:32 +01:00
Twentysix
885139cb9f
Typo
2016-02-11 14:15:27 +01:00
Twentysix
47d683fd2f
Economy cog
2016-02-11 14:10:05 +01:00
Twentysix
533c59de97
Hotfix for loop, minor typos
2016-02-11 10:32:01 +01:00
Twentysix
1e592cb795
Small fixes
2016-02-11 07:46:35 +01:00
Twentysix
6385c3614f
Fixed !loop, added title to !song
...
Audio now recognizes owner
2016-02-11 07:36:50 +01:00
Twentysix
f7fa78403d
More image cog polish
2016-02-11 05:18:10 +01:00
Twentysix
e581230789
image cog polish
2016-02-11 04:54:34 +01:00
Twentysix
cf2677d4fa
Merge pull request #46 from initiumSrc/develop
...
image.py cog
added commands: !imgur, !gif, !gifr
2016-02-11 04:39:24 +01:00
Twentysix
2f516ae313
Persistent audio settings
2016-02-11 04:17:49 +01:00
Emil Hammarstrom
5436f78d84
Merge branch 'develop' of https://github.com/Twentysix26/Red-DiscordBot into develop
2016-02-10 21:26:43 +01:00
Emil Hammarström
1d2c3b80c7
Merge pull request #2 from scummboy/develop
...
Created !gifr
2016-02-10 20:36:19 +01:00
Scumm Boy
15601fb9a6
Reverted changes to !gif, created !gifr
...
Instead of modifying !gif, I have moved the changes into !gifr for accessing random images within giphy's search results.
2016-02-10 14:04:22 -05:00
Scumm Boy
c3febe0746
Randomize !gif results
...
Let the bot pick a random result out of the returned giphy array. Make sure to not choose a number higher than the length of the array.
2016-02-10 13:01:56 -05:00
Twentysix
b9bd25ebde
Fixed local playlists
2016-02-09 23:48:37 +01:00
Twentysix
92d30dcb19
Fixed 8ball
2016-02-08 22:57:59 +01:00
Emil Hammarstrom
6ba43bb86a
Fixed too many small bugs.
2016-02-08 20:51:22 +01:00
Emil Hammarstrom
1aa3c6b3b1
Accidently left some imgur code in general.py
2016-02-08 20:51:05 +01:00
Emil Hammarstrom
732fde6ae7
This cog handles image related commands.
...
Currently implemented commands:
imgur
gif
Imgur has various subcommands.
Gif is an implementation of the redv1 gif (less code because of new text handling).
aiohttp does not collide with any of the imgurpython->ImgurClient dependencies.
2016-02-08 11:13:16 +01:00
Emil Hammarstrom
b4c238e541
Merge branch 'develop' of https://github.com/Twentysix26/Red-DiscordBot into develop
2016-02-08 09:46:56 +01:00
Twentysix
1026c8188b
Help fix
...
Commands no longer show up in help if you don't have the permissions to
use them
2016-02-08 01:10:03 +01:00
Twentysix
dc4e6d4973
Update README.md
2016-02-08 00:47:05 +01:00
Twentysix
55913b9db7
Even more typos
2016-02-08 00:42:53 +01:00
Twentysix
85c9446f28
Linux fix
2016-02-08 00:28:37 +01:00
Twentysix
00d098d6ee
Removed debug message
2016-02-07 23:42:50 +01:00
Emil Hammarstrom
0fe98846a1
Merge branch 'develop' of https://github.com/Twentysix26/Red-DiscordBot into develop
2016-02-07 23:29:50 +01:00