Commit Graph

1446 Commits

Author SHA1 Message Date
Ske
0cc55e5717 Remove broken subcommand pk;member help 2019-04-09 22:14:17 +02:00
Ske
54ba5adaa2 Embiggen member name in short list 2019-04-09 22:12:49 +02:00
Ske
146787f665 Fix short member list rendering with prefix/suffixless members 2019-04-09 22:11:47 +02:00
Ske
badf784e01 Add help information for reworked system list command 2019-04-09 22:09:46 +02:00
Ske
bfdb629aa5 Change format of short member list a bit 2019-04-09 22:08:27 +02:00
Grey Himmel
2efaca706f Adding system shortlist (#69)
* Update embeds.py

Adding short list embed

* Update system_commands.py

Adding short list and full list
2019-04-09 21:36:04 +02:00
Ske
94dcb91bd3 Add improved command help functionality 2019-03-30 21:27:57 +01:00
Bella | Nightshade
9b7e331c5b Update token disclaimer, add checkmark reaction on token command issue (#67)
* Update token disclaimer, add checkmark reaction on token command issue

* Changed reaction to message confirmation
2019-03-30 19:35:13 +01:00
Ske
c37e7f4ee1 Add message querying by reaction 2019-03-30 18:11:53 +01:00
Grey Himmel
d0c9a24521 Update embeds.py (#63)
Cosmetic update, adds missing asterisk
2019-03-28 10:50:11 +01:00
Bella | Nightshade
8e3d91d5ae Make API token send in new message for mobile-friendly copying 2019-03-28 10:49:55 +01:00
Bella | Nightshade
e9792bd5ec Add command notes to member help output, clean up pk;export channel msg 2019-03-28 10:49:55 +01:00
Bella | Nightshade
a67ed70539 Add API endpoint to query current fronters (/s/<hid>/fronters) 2019-03-28 10:49:55 +01:00
Grey Himmel
bbb3e66fcb Update import_commands.py (#62)
Cosmetic update, gives correct command to view members
2019-03-28 10:49:28 +01:00
Ske
bde1df6868 Enable sharding 2019-03-26 19:21:29 +01:00
Ske
c0718a1516 Fix crash on member listing with member without description 2019-03-23 17:42:18 +01:00
Bella | Nightshade
0266db5589 Added ellipsis truncation to system list descriptions 2019-03-23 15:15:21 +01:00
Bella | Nightshade
0aea658af9 Updated help.py with more information/fixes 2019-03-23 15:15:21 +01:00
Grey Himmel
0166310a37 Update api_main.py (#60)
Passing the name parameter to create_member() in post_member
2019-03-20 22:33:37 +01:00
Ske
aeac3c4b10 Add OAuth2 token flow to API 2019-03-11 21:53:08 +01:00
Ske
47187138b6 Rework API 2019-03-11 20:56:31 +01:00
Ske
ac911b170d Fix Tupperbox importing broken by a d.py update\n\nAs for why this is necessary, see https://github.com/Rapptz/discord.py/issues/1973 2019-03-10 23:42:14 +01:00
Ske
7806ccf8d8 Add ellipsis truncation on member list card description 2019-03-10 22:52:43 +01:00
Ske
16515e461c Fix error when trying to message list in DMs 2019-03-09 12:59:19 +01:00
Ske
d8f2fe9c48 Fix wrong system name showing on member list of different system 2019-03-09 12:58:35 +01:00
Ske
4e7ccfe25a Make member name sorting case-insensitive 2019-03-09 12:57:11 +01:00
Ske
b5f7bfd91b Fix birthday formatting in list command 2019-03-09 12:56:07 +01:00
Ske
41e6b64ad6 Fix error in pagination code 2019-03-08 17:24:16 +01:00
Ske
560b79c2ae Refactored config file loading 2019-03-08 17:22:05 +01:00
Ske
abda846ca3 Fixed pagination page count calculation. 2019-03-08 16:07:05 +01:00
Ske
5a6b6c073b Whoops pt. something 2019-03-08 15:42:20 +01:00
Ske
c620c53cf0 Remove old workarounds pt. 2 2019-03-08 15:41:37 +01:00
Ske
83b00ee029 Webhook workarounds no longer necessary 2019-03-08 15:40:21 +01:00
Ske
eee3ed6462 Whoops pt. 3 2019-03-08 15:19:08 +01:00
Ske
5eddba8c1f Whoops pt. 2 2019-03-08 15:18:24 +01:00
Ske
6f91fdfcc5 Whoops, forgot environment variables were case sensitive 2019-03-08 15:12:14 +01:00
Ske
942f7cd0ab Add system member list command 2019-03-08 14:48:33 +01:00
Bella | Nightshade
aad5a8b417 Reworked help file and fixed an oops (#57)
* Fixed a spelling egg
* Reworked help file
2019-03-08 12:59:25 +01:00
Ryonez Coruscare
59a5e52165 Corrects aiohttp error discord-py throws. (#54)
Error when using latest aiohttp:
```Successfully built aiohttp asyncpg discord.py humanize uvloop ciso8601 pycares multidict yarl idna-ssl regex tzlocal websockets numpy cffi pycparser
discord-py 1.0.0a0 has requirement aiohttp<3.5.0,>=3.3.0, but you'll have aiohttp 3.5.4 which is incompatible.
```

Correction is to set version used to 3.5.0.
2019-03-08 12:58:58 +01:00
Ske
f21fd968fd Add support for a configuration file. 2019-03-07 16:29:46 +01:00
Ske
6794f0ab03 Fix Docker image building. Closes #51. 2019-03-07 15:45:38 +01:00
Bella | Nightshade
a98df69f67 Added easter eggs (#52)
Added easter eggs of the bound to Earth variety
2019-03-05 13:01:03 +01:00
Bella | Nightshade
8f2f8d7d67 Send system json file in DMs instead of publicly 2019-03-01 20:47:12 +01:00
Astrid
dfa5706646
Merge pull request #48 from xBelladonna/master
Oof
2019-03-01 17:01:16 +01:00
Bella | Nightshade
9a973f2d76 Added the missing closing square bracket on the help output for pk;system new 2019-03-02 00:38:51 +09:30
Ske
528bdb7876 Add VS Code launcher 2019-02-28 20:15:57 +01:00
Ske
66665462a4 Add better time zone city querying using OpenStreetMap 2019-02-28 19:36:31 +01:00
Ske
06dadf14fe Revert "Add CORS headers to API responses"
This reverts commit 6952de98cf.
2019-02-28 17:44:35 +01:00
Ske
6952de98cf Add CORS headers to API responses 2019-02-28 17:23:08 +01:00
Ske
f174ce9a03 Add delay of 0.5 seconds before deleting original 2019-02-26 13:44:29 +01:00