|
d84d7ab62b
|
added functionality for reusable hook functions that will execute on commands
|
2021-09-22 21:12:29 +01:00 |
|
|
a9c91bee93
|
pager improvements. deleting working
|
2021-09-16 18:30:16 +01:00 |
|
|
b2207e308a
|
optimized packing slightly. restrict interactions
|
2021-09-16 15:42:50 +01:00 |
|
|
3c1eeed92f
|
look command pager
|
2021-09-16 14:48:29 +01:00 |
|
|
395a8481f1
|
typing
|
2021-09-12 16:59:19 +01:00 |
|
|
bae0433bd9
|
framework now supports subcommands. timer cmd working
|
2021-09-12 16:09:57 +01:00 |
|
|
9b5333dc87
|
more commands. fixed an issue with text only commands
|
2021-09-11 00:14:23 +01:00 |
|
|
471948bed3
|
linked everything together
|
2021-09-10 18:09:25 +01:00 |
|
|
c148cdf556
|
removed language_manager.rs. framework reworked for slash commands. updated info commands for new framework
|
2021-09-06 13:46:16 +01:00 |
|
|
40630c0014
|
restructured all the reminder creation stuff into builders
|
2021-09-02 23:38:12 +01:00 |
|
|
43bbcb3fe0
|
cleared up clippy lints
|
2021-07-17 17:00:47 +01:00 |
|
|
1556318d07
|
turned models into module
|
2021-07-16 21:28:51 +01:00 |
|
|
2e153cffab
|
removed some stuff from perm checks that is no longer needed
|
2021-06-27 17:15:50 +01:00 |
|
|
1a09f026c9
|
made ratelimiting only apply when a command is actually done
|
2021-05-25 22:43:35 +01:00 |
|
|
b31843c478
|
check time to kill users that get stuck in executing state
|
2021-05-23 10:59:06 +01:00 |
|
|
9109250fe8
|
fix for alias
|
2021-05-13 20:20:53 +01:00 |
|
|
a0da4dcf00
|
ratelimit commands
|
2021-05-13 18:50:22 +01:00 |
|
|
0a9624d12d
|
guild data caching
|
2021-04-12 22:33:02 +01:00 |
|
|
c76a456af5
|
added cargo feature to cache guild prefixes. dont query language until necessary in framework
|
2021-03-24 13:10:57 +00:00 |
|
|
7b6464d5a4
|
help command now no longer relies on help_strings const
timeparser updated to work with partially specified times
|
2021-02-23 13:45:25 +00:00 |
|
|
93e372e53e
|
fix for dev error showing instead of other errors. show shard number on help pages. cache guilds on join
|
2021-02-14 14:10:01 +00:00 |
|
|
e9e321ebb1
|
fix for guilds not being cached
|
2021-02-12 11:44:52 +00:00 |
|
|
ff56ab3c83
|
fix for oom
|
2021-02-11 23:30:44 +00:00 |
|
|
43ba899c7a
|
removed forward check bc it doesnt work. added an environment variable to configure if dm responses should be enabled
|
2021-01-17 00:39:48 +00:00 |
|
|
702743c108
|
reverted previous changes. dependency upgrade
|
2021-01-13 19:19:55 +00:00 |
|
|
769cb78141
|
removed async_trait from deps to use reexport from serenity
|
2021-01-07 21:11:02 +00:00 |
|
|
684661af42
|
fix guild ids
|
2020-12-22 14:44:45 +00:00 |
|
|
392e1bb65e
|
create guild in database
|
2020-12-22 14:28:18 +00:00 |
|
|
e002984986
|
allow more reminder content inc. attachments, tts
|
2020-12-16 19:20:46 +00:00 |
|
|
20a3c134c0
|
changed 1+ to 0+ whitespace after mention for natural to flow nicer
|
2020-12-07 12:36:33 +00:00 |
|
|
55437b76eb
|
reactions are permission gated properly so they work with different subsets of permissions
|
2020-11-23 16:04:42 +00:00 |
|
|
d8bf0240e4
|
removed all remaining instances of UserData::response. languagemanager now loads from string compiled into executable. languagemanager falls back properly. removed unnecessary param from language_of
|
2020-11-22 01:31:50 +00:00 |
|
|
1927d381ab
|
bumped sqlx -> 0.4, bumped reminder_rs -> 1.2.3, added a more descriptive message for not enough permissions. removed STRINGS_TABLE environment variable
|
2020-11-20 16:37:39 +00:00 |
|
|
b08848d272
|
create guild data if not present. added a temp method to reattach channels to their guild data
|
2020-10-27 11:37:55 +00:00 |
|
|
84e4952752
|
moved the member-getter to as late as possible
|
2020-10-26 12:33:38 +00:00 |
|
|
3e490bb5c4
|
removed standard_framework completely
|
2020-10-26 11:10:00 +00:00 |
|
|
19b3eb067e
|
fix for multiline commands
|
2020-10-26 10:16:38 +00:00 |
|
|
a7fa722518
|
use serenity from my repo. other minor improvements
|
2020-10-25 11:19:21 +00:00 |
|
|
775037fc6e
|
rc.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.
|
2020-10-23 23:04:37 +01:00 |
|
|
749abf7898
|
added case insensitivity to commands
|
2020-10-22 10:31:47 +01:00 |
|
|
254c9b04e9
|
added allowed_mentions to say_lines
|
2020-10-14 00:19:41 +01:00 |
|
|
ceac7be083
|
moved around the consts so that default prefix env var isnt being read into the framework. made theme color configurable
|
2020-10-13 14:35:13 +01:00 |
|
|
f32b142c81
|
fix for permission checking
|
2020-10-13 11:36:20 +01:00 |
|
|
c9fd2fea81
|
ran rustfmt over project. cleared up a couple of clippy things
|
2020-10-12 21:01:27 +01:00 |
|
|
88596fb399
|
padded readme out. made python location configurable. made ignore_bots configurable. replaced max_message_length with serenity's provided constant
|
2020-10-12 19:12:33 +01:00 |
|
|
3756e462e0
|
fixed strings in todo commands. improved clarity of main.rs. improved the signature of RegexFramework::new()
|
2020-10-12 18:37:14 +01:00 |
|
|
09a7608429
|
changed permission chekc to be more manual since built in one isnt working
|
2020-10-11 18:56:27 +01:00 |
|
jude
|
74f1c7aada
|
turned say_lines into a method of channelid
|
2020-10-01 18:07:27 +01:00 |
|
jude
|
5ad143511e
|
cleared up remaining warnings. messed with prefix so that is it now configured by the program + env vars rather than the DB + magic strings
|
2020-09-28 13:42:20 +01:00 |
|
jude
|
f13853d445
|
cleared up more clippy issues
|
2020-09-25 23:07:22 +01:00 |
|