d3f9fa6d7bdoing a facelift for timezone commandjellywx2020-11-22 23:58:46 +0000
012d90e832timezone_of method for more lazy-storage. fix for del command raising issues if 0 is written. fix for get_language not recognisingjellywx2020-11-22 12:09:57 +0000
d8bf0240e4removed all remaining instances of UserData::response. languagemanager now loads from string compiled into executable. languagemanager falls back properly. removed unnecessary param from language_ofjellywx2020-11-22 01:31:50 +0000
6a7491d094new language manager that loads strings from compiled json filejellywx2020-11-21 16:48:20 +0000
1927d381abbumped sqlx -> 0.4, bumped reminder_rs -> 1.2.3, added a more descriptive message for not enough permissions. removed STRINGS_TABLE environment variablejellywx2020-11-20 16:37:39 +0000
4bc7b36fd1$look has new flag all which views reminders from entire guild. reminders now support basic substitution: <<id>> for a user, or <<everyone>> and <<here>> for the everyone and here tags respectivelyjellywx2020-11-09 13:47:11 +0000
0f04dddeb4added a missing table to create.sqljellywx2020-11-08 15:37:56 +0000
2a637ee9c9added a tolerance to the natural processor so that 'now' works againjude2020-11-07 00:44:36 +0000
5d4bed30aeswitched inner join for left joinjude2020-11-04 21:56:09 +0000
43824bc374show embed description if message not therejude2020-11-04 21:09:15 +0000
41e5f32374patch for times on del output being bad. patch for look output not being ordered. patch for user todo list being restrictedjude2020-10-29 20:25:37 +0000
afc06bda9ffixed formatting for reminders that are about to send in $look. fixed multiline reminders on natural that have a location or interval providedjude2020-10-28 09:19:10 +0000
047795810efixed removing todo list itemsjude2020-10-27 22:53:05 +0000
db56118bfbchanged to how the guild query works so that errors are more useful and it doesnt do dumb shitjude2020-10-27 17:35:01 +0000
75653a3e88changed guild name to be optionaljude2020-10-27 17:29:40 +0000
a380c1f139fix for bulk setting remindersjude2020-10-27 12:11:05 +0000
b08848d272create guild data if not present. added a temp method to reattach channels to their guild datajude2020-10-27 11:37:55 +0000
d7b0d18444fix for DM commandsjude2020-10-26 20:56:54 +0000
fa17978addfix for a number of commands that had managable permissions not being managablejude2020-10-26 19:50:51 +0000
84e4952752moved the member-getter to as late as possiblejude2020-10-26 12:33:38 +0000
dd621a022afix for the del command not working properlyjude2020-10-25 17:39:39 +0000
a7fa722518use serenity from my repo. other minor improvementsjude2020-10-25 11:19:21 +0000
2e9b06faf6corrected guild counts for shardsjude2020-10-24 12:52:49 +0100
775037fc6erc.8. mostly changes to the framework to make better use of db models, and to send strings from the db rather than those that are coded in.jude2020-10-23 23:04:37 +0100
8e567bf10bbumped to rc.7. embed avatar inside executable. nudge now outputs the current nudge when ran with no argumentsjude2020-10-23 22:23:43 +0100
50fb28d226changed versioning to release candidatesjude2020-10-23 16:39:14 +0100
7aba128ad6posting guild counts separately for shards. format default_prefix into info messagejude2020-10-23 12:14:29 +0100
749abf7898added case insensitivity to commandsjude2020-10-22 10:31:47 +0100
d50390c4a5fix to unspecified language or timezonejude2020-10-20 20:37:36 +0100
c90bb1fc07bumped cargo version. tagged info commands with pkg name and versionjude2020-10-20 09:13:55 +0100
c0be97115cbe explicit with columns in some sql queriesjude2020-10-20 00:31:56 +0100
25a637665crespond to some events and dbl api interactionsjude2020-10-18 17:26:07 +0100
254c9b04e9added allowed_mentions to say_linesjude2020-10-14 00:19:41 +0100
55e388b01adp.py now statically built into the output binaryjude2020-10-13 14:53:44 +0100
ceac7be083moved around the consts so that default prefix env var isnt being read into the framework. made theme color configurablejude2020-10-13 14:35:13 +0100
cfdcab4f01added timezone and language fallbacks to localjude2020-10-13 13:58:34 +0100
c8ab8e66e3improved logging of errors in from_user fnjude2020-10-13 13:48:47 +0100
b2111616e8changed the insert into dm channels into an insert ignorejude2020-10-13 13:42:15 +0100
f32b142c81fix for permission checkingjude2020-10-13 11:36:20 +0100
03e5578dcbmade strings table name configurablejude2020-10-12 23:17:47 +0100
caf581083eremoved .cargo config from repojude2020-10-12 22:44:37 +0100
c9fd2fea81ran rustfmt over project. cleared up a couple of clippy thingsjude2020-10-12 21:01:27 +0100
88596fb399padded readme out. made python location configurable. made ignore_bots configurable. replaced max_message_length with serenity's provided constantjude2020-10-12 19:12:33 +0100
3756e462e0fixed strings in todo commands. improved clarity of main.rs. improved the signature of RegexFramework::new()jude2020-10-12 18:37:14 +0100
09a7608429changed permission chekc to be more manual since built in one isnt workingjude2020-10-11 18:56:27 +0100
7cfe62d18fmoved LOCAL_TIMEZONE to consts.rsjude2020-10-11 18:06:14 +0100
47ad3f3822added count to del. changed inner joins to left outers. moved all consts and lazies into consts.rs. more formatting fixesjude2020-10-11 17:41:26 +0100
1f41343e2efixed a lot of message formatting that had been ignoredjude2020-10-11 01:42:19 +0100
6db489189dcheck subscriptions and extract every clause from natural
jude
2020-10-01 22:55:28 +0100
74f1c7aadaturned say_lines into a method of channelid
jude
2020-10-01 18:07:27 +0100
1813a00eacalias paging messages to not surpass 2048 characters
jude
2020-09-28 16:11:27 +0100
5ad143511ecleared up remaining warnings. messed with prefix so that is it now configured by the program + env vars rather than the DB + magic strings
jude
2020-09-28 13:42:20 +0100
4f3789aeedadded help for natural command. added prefix_from_id for guilddata
jude
2020-09-27 22:57:55 +0100