64 Commits

Author SHA1 Message Date
Twentysix
6271f9aefd Fixed faulty logic with --no-prompt 2016-06-30 23:07:17 +02:00
Twentysix
c34486a004 Changed command to update discord.py 2016-06-28 13:49:43 +02:00
Twentysix
0e3d0cc954 Silenced check failure errors 2016-06-19 18:36:14 +02:00
Twentysix
0d985e5dc1 Ignore command not found errors 2016-06-14 19:45:12 +02:00
Twentysix
8fa80da958 Prompt the user before deleting their config for wrong credentials
No more backfires.
2016-06-14 00:55:51 +02:00
Twentysix
c9e948ae26 Updated/better command error handling 2016-06-13 23:32:20 +02:00
Twentysix
61f7763605 Update to use the new bot.application_info() 2016-06-12 01:51:38 +02:00
Twentysix
a2e79e1c5a Took out prefix example
Apparently reading is hard
2016-06-04 03:01:05 +02:00
Twentysix
f5a628214b Clearer/simpler initial configuration 2016-05-26 00:14:38 +02:00
Twentysix
27ce0fc57a Revamped FileIO (#262)
Handles backups, way tidier with different functions, backwards compatible. Should fix the corrupted json issues.
2016-05-21 15:26:48 +02:00
Twentysix
7ecf7e9963 Wipe references to user accounts
They will still be supported but no longer mentioned in the setup or the docs.
2016-05-15 19:19:31 +02:00
Will Tekulve
53fcd73e1f hide debug stdout messages 2016-05-12 20:59:45 -04:00
Will
2f46605bf6 Logging to stdout (#248)
Non-infinite log files now, 50M before archive

Lower max size
2016-05-13 02:29:01 +02:00
Twentysix
399ddeb886 Disable/enable commands, uptime fix 2016-05-06 20:56:41 +02:00
Twentysix
4485de64ab Fixed initial cogs loading 2016-04-30 19:44:12 +02:00
Will
5b764c41c3 Owner cog / Version command / doc link update / OAUTH (#203)
* Version command (#183)

* reword. replace link with link to our doc

* Move all owner commands to a separate plugin (#188)

* Move all owner commands to their own plugin.

* Move all initial cog loading to Owner plugin

* Final fix of initial cog loading

* don't allow people to unload the owner plugin without reloading it

* make sure we modify the cog registry like we're supposed to

* log the functionname too

Message updates, grammar, politeness etc

Get right names in logging formatter

Ignore cogs.owner if we find it

* add version back in

add reload docstring

Heh, woops...little security bug here

* Add in globals and bot to locals

* pass exception to the logger

* Bot will now generate OAUTH URL from the supplied endpoint (#196)

* Formatting changes, revert uptime

* Store the oauth_url internally, provide it if the owner uses `!join`
2016-04-28 16:33:53 -04:00
Will
81409271f5 Version command (#183) 2016-04-24 21:25:59 +02:00
Irdumb
1e0c015400 Prompts for updates (#160) 2016-04-22 00:58:02 +02:00
Irdumb
430756347d !join point to Red-Docs (#175) 2016-04-19 20:44:58 +02:00
tekulvw
df120884af Even better logging (#164) 2016-04-16 23:22:21 +02:00
Twentysix
a351f2fc2a Adjustments to PR 2016-04-16 22:31:18 +02:00
tekulvw
4fb5ba75b4 Backup settings on deletion (#163) 2016-04-16 22:30:17 +02:00
Irdumb
95b5096961 More info on !join with BOT tag (#161) 2016-04-16 15:32:11 +02:00
Twentysix
7656cc6657 !debug fix 2016-04-16 03:17:14 +02:00
tekulvw
3a12d97b56 Correct users count on boot. (#158) 2016-04-16 00:10:02 +02:00
Kowlin
1b8f6d26ad Fix for !join on OAuth bots (#157)
Fix for !join on OAuth bots
2016-04-16 00:06:49 +02:00
Twentysix
d291770499 Added !set token 2016-04-15 23:53:50 +02:00
Twentysix
e0aad82966 Adjustment to PR 2016-04-15 23:24:55 +02:00
Kowlin
4994c40bd3 Added support for Bot tokens (#138)
Added support for Bot tokens
2016-04-15 23:23:14 +02:00
Twentysix
74a1dad37f Merge pull request #125 from irdumbs/patch-8
Fix to prefixes
2016-04-11 19:15:27 +02:00
Kowlin
19bc3ef532 Made the setowner command from console more clear. 2016-04-11 13:22:35 +02:00
Irdumb
aa9d47d6f1 simple setting of nested prefixes
issue#118
doesn't handle:
!set prefix ! !p
!ping
^ will not respond pong.
2016-04-07 23:30:17 +10:00
Twentysix
a22e0bad62 Further checks to initial configuration 2016-03-23 16:43:16 +01:00
Twentysix
e1d1ebe8e2 Dumbed down the config process some more 2016-03-22 15:01:28 +01:00
Twentysix
3b2ec421a6 Further restrictions to owner ID configuration 2016-03-13 06:30:54 +01:00
Will Tekulve
e7fdb97661 oops slightly large typo 2016-03-09 19:18:45 -05:00
Will Tekulve
94fdb2a4cc reload fix for name import issues 2016-03-09 01:01:19 -05:00
Twentysix
50444388c7 Added additional cogs downloader 2016-03-06 20:34:16 +01:00
Twentysix
9fee6dcc05 cogs. prefix no longer needed when loading 2016-03-06 18:35:54 +01:00
Twentysix
235b4bed70 Fixed bug in ignoring channels/servers
Admins and mods were being ignored too
2016-03-03 20:45:39 +01:00
Twentysix
6d25bfa131 Typos 2016-03-03 14:48:45 +01:00
Twentysix
22514af4d9 Polish 2016-02-29 13:53:09 +01:00
Will Tekulve
1d9888a456 fix PR-found issues with red"s settings and audio 2016-02-28 16:20:47 -05:00
Will Tekulve
563d7bb395 initial working update 2016-02-27 04:02:32 -05:00
Will Tekulve
d565849a35 started on multi server roles configuration 2016-02-26 23:47:30 -05:00
Twentysix
b1511984ec Improved youtube playlist parsing, added !set avatar
Now it actually parse the whole playlist
2016-02-26 18:56:15 +01:00
Twentysix
12033f1746 Fixed owner not correctly being set after config 2016-02-25 19:34:09 +01:00
Twentysix
dc3cedcd5f Polish and more checks during configuration 2016-02-24 18:14:09 +01:00
Twentysix
94b048a224 Typo 2016-02-22 13:44:50 +01:00
Twentysix
1936635758 Added !set status and way to disable songs' titles as status 2016-02-21 14:32:26 +01:00