Kwoth
96851c7c2d
Updated lib, fixed icon_url in .showembed
2023-12-26 17:02:02 +00:00
Kwoth
4dd31d6a0b
Fixed .showembed, closes #410
2023-05-03 02:23:10 +02:00
Kwoth
0fed33ebda
Fixed .h <customeraction> not working with non-ascii characters
2023-02-28 13:22:44 +01:00
Kwoth
51e887fe04
Merge branch 'v4' of https://gitlab.com/Kwoth/nadekobot into v4
2023-02-10 20:17:20 +01:00
Kwoth
8ceab64b96
Added default value support to medusa system, thanks to kotz
2023-02-10 20:17:13 +01:00
Alan Beatty
a6a052571e
Added GPT-3 as an alternative to cleverbot in .config games
and data/games.yml
2023-02-10 13:10:45 +00:00
Kwoth
699a5e0c8c
Added bot_owner_only attribute to medusa system. Upped version to 4..3.11
2023-01-21 00:33:07 +01:00
Kwoth
710f4f2ed8
Updated .translangs, it looks better now and makes it clear which shortcode is for which language
2023-01-20 04:43:25 +01:00
Kwoth
032b6bfd57
Added Bot propety for easy access to the ISelfUser to all medusa *Context types
2023-01-15 04:15:51 +01:00
Kwoth
737bbb8ec1
Added bot_perm support to medusa system
2023-01-15 04:07:04 +01:00
Kwoth
e71708f5e8
.h command show now properly show both channel and server user permission requirements
2023-01-15 00:50:25 +01:00
Kwoth
391a3f0513
Medusae names should now be case sensitive and will be saved in the config with the proper capitalization
2023-01-15 00:01:42 +01:00
Kwoth
aa3409a9cf
Added [user_perm()] support to medusa system
2023-01-14 22:43:13 +01:00
Kwoth
9a80383327
Added filter support to medusa system
2023-01-14 00:37:38 +01:00
Kwoth
e10530bc0e
Thread log
2022-11-22 20:41:57 +00:00
Kwoth
f5f0f1e250
Fixed .prune @Target not working bug
2022-10-25 02:07:05 +02:00
Kwoth
27ac948463
Added .forwardtochannel which will forward messages to the current channel. It has lower priority than fwtoall
2022-10-17 22:20:48 +02:00
Kwoth
78f1624aaf
.meload and .meunload are now case sensitive. Previously loaded medusae may need to be reloaded or data/medusae/medusa.yml may need to be edited manually
2022-10-12 20:59:04 +02:00
Kwoth
005fd7b8c6
Possible fix for missing IGuildUser when using guild commands, closes #383
2022-09-15 17:02:53 +02:00
Kwoth
bed36f8784
Fixed compilation warning (no functional change)
2022-08-24 17:31:21 +02:00
Kwoth
38e3badb87
Greatly unboilerplated and simplified nadeko interaction button construction
2022-08-07 17:00:36 +02:00
Kwoth
3c715a29ca
.bank withdraw <expression> will now correctly use bank amount for calculations. Fixed .br giving double win amounts
2022-07-28 12:41:38 +02:00
Kwoth
e20212a6cb
Added .repeatskip
2022-07-26 16:56:33 +02:00
Kwoth
a7b3a238f5
Added release notifications to data/bot.yml Notifications are sent to all owners in dms
2022-07-26 12:25:22 +02:00
Kwoth
516bc1e484
Bugfix to buttons not working when there's only one item, and buy db query
2022-07-26 04:08:37 +02:00
Kwoth
91da78a2ee
Removed completed todos
2022-07-18 04:46:01 +02:00
Kwoth
99c60459f8
Removed cmd source generator. Commands are no longer partial methods. Compilations should be slightly faster now. Updated packages and adapted drawing code to the new apis. There may be some bugs.
2022-07-18 04:33:50 +02:00
Kwoth
5f7b030a66
More work on gambling
2022-07-13 02:21:53 +02:00
Kwoth
f41b1fb93c
Base for 4.3 work. Split Nadeko.Common into a separate project
2022-07-11 00:06:34 +02:00
Kwoth
744018802f
Rewrite xp gain loop. Hopefully faster and fixes xp freeze bugs.
2022-07-07 17:09:11 +00:00
Kwoth
643987c41f
Added .log userwarned
2022-07-03 21:58:05 +02:00
Kwoth
5d78f29329
Added %server.icon% placeholder
2022-07-03 13:47:41 +02:00
Kwoth
5c933b676d
.timely will now have a button to set a reminder
2022-07-02 14:15:02 +02:00
Kwoth
f398cddaf0
Replaced all usages of ConcurrentDictionary with NonBlocking.ConcurrentDictionary
2022-06-24 08:37:25 +00:00
Kwoth
210da263ad
Abstract away cache. 2 implementations: redis and memory
2022-06-23 13:07:45 +00:00
Kwoth
3744dd287c
Revert "Fixed .crypto - some extra fields which were causing deserialization issues"
...
This reverts commit f65ba100af
.
2022-06-17 14:03:30 +02:00
Kwoth
f65ba100af
Fixed .crypto - some extra fields which were causing deserialization issues
2022-06-17 14:02:38 +02:00
Kwoth
deaedce6c7
Renamed some of the classes which still had 'Cr' instead of 'Expr' in them
2022-06-16 04:03:59 +02:00
Kwoth
91e4d9dffc
permission commands should now work for global expressions too
2022-06-16 03:59:45 +02:00
Kwoth
a826f4245f
Fixed .streamrole not updating in real time, closes #345
2022-06-16 03:37:19 +02:00
Kwoth
6bec67006c
Fixed plaintext-only embeds. closes #360
2022-06-14 14:26:59 +02:00
Kwoth
7b5145f116
NadekoBot Patronage system, Search commands improvements + fixes
2022-06-14 07:24:33 +00:00
Kwoth
d80cbb4647
Refactors. Cleanup. Refactored responses source gen a little. Parametrized localized strings are now generic. Refactored .cash bank interaction. Updated changelog. Reverted clubapps/ban/unban to use .ToString method and configured it to not have right to left unicode. Added extension methods to SocketMessageComponent akin to ones on the IMessageChannel (RespondConfirm, etc...)
2022-05-05 22:59:07 +02:00
Kwoth
9a96ef76ba
Reverted smarttext to newtonsoft to relax the allowed json rules. Upped version to 4.1.3
2022-05-05 05:00:47 +02:00
Kwoth
5b5bc278ff
- Reaction roles rewritten completely. They now support multiple exclusivity groups per message and level requirements. However they can only be added one by one
...
- Bot now support much higher XP values for global and server levels
2022-05-05 04:47:31 +02:00
Kwoth
5cb95cf94d
Fixed an issue with embed array not building if the color is invalid or unspecified
2022-05-01 19:20:48 +02:00
Kwoth
f132aa2624
- Added a simple bank system. Users can deposit, withdraw and check the balance of their currency in the bank.
...
- Users can't check other user's bank balances.
- Added a button on a .$ command which, when clicked, sends you a message with your bank balance that only you can see.
- Updated pagination, it now uses buttons instead of reactions
- using .h <command group> (atm only .bank is a proper group) will list commands with their descriptions in that group
2022-04-29 07:22:49 +02:00
Kwoth
35ddd150ba
Pagination is now using buttons instead of reactions
2022-04-28 06:10:06 +02:00
Kwoth
5d2d74b92a
Full support for embed arrays in .greet/.bye, .say and other commands which use embeds
...
- Website to create them is live at eb2.nadeko.bot (it will soon be replacing eb.nadeko.bot)
- Embed arrays don't have a plainText property (it's renamed to 'content')
- Embed arrays use color hex values instead of an integer
- Old embed format will still work
- There shouldn't be any breaking changes
2022-04-26 02:33:19 +02:00
Kwoth
18400dc53a
Fixed a nullref message when the bot is loading medusae. Added support for multiple embeds in features which support custom embeds in the form of
...
{plainText:text-here, embeds: [embedObject, embedObject, embedObject]}
2022-04-17 09:58:30 +02:00