File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3737 * ` __on_discord_message_delete(message) `
3838 * ` __on_discord_server_member_join(server, user) `
3939 * ` __on_discord_server_member_leave(server, user) `
40- * Fully removed the deprecated function ` dc_create_slash_command ` . Use ` dc_create_application_command ` instead
40+ * Fully removed the deprecated function ` dc_create_slash_command ` . Use ` dc_create_application_command ` instead
41+ * Improved reloading of bots
42+ * Split ` dc_timeout ` into ` dc_get_timeout ` and ` dc_set_timeout `
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ carpet_minecraft_version=1.21.5
1313carpet_core_version =1.4.169+v250325
1414
1515# Mod Properties
16- mod_version = 1.5.5
16+ mod_version = 1.5.6
1717maven_group = net.replaceitem
1818archives_base_name = discarpet
1919
You can’t perform that action at this time.
0 commit comments