Kwoth
b009438e0e
Fixed .stock command, closes #356
4.1.5
2022-05-11 12:36:50 +02:00
Kwoth
4b5d27d963
Fixed an issue which caused onmessage handlers to not block further execution properly, causing execution of both custom reactions and commands, ref #357
2022-05-11 11:51:01 +02:00
Kwoth
91ee0d121c
DM send by the bot when being the target of a .give command will now once again contain amount.
2022-05-07 09:32:27 +02:00
Kwoth
a8767f1136
.clubdesc will now have a nicer response
2022-05-07 08:28:23 +02:00
Kwoth
44478e0f47
Upped version to 4.1.4
4.1.4
2022-05-06 19:15:29 +02:00
Kwoth
c73c2da6a4
fixed .yun, closes #332
2022-05-06 04:31:44 +02:00
Kwoth
5ed005211e
Added bank information to .economy
4.1.3
2022-05-05 23:14:58 +02: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
3b6b3bcf07
Added missing postgresql and mysql stondel migrations
2022-04-28 06:46:35 +02:00
Kwoth
78d97db224
.modules commanad now has a medusa module description
2022-04-28 06:20:46 +02:00
Kwoth
35ddd150ba
Pagination is now using buttons instead of reactions
2022-04-28 06:10:06 +02:00
Kwoth
39ae070c9d
Added .stondel which makes the bot delete stream online messages after the stream goes offline
2022-04-28 01:23:08 +02:00
Kwoth
24a9a02cc3
.give will send dms again
2022-04-27 00:36:27 +02:00
Kwoth
0f68abcac9
Fixed .deletexp command
2022-04-26 14:15:58 +02:00
Kwoth
908c61633d
Added bash script prereq installer reference
2022-04-26 02:47:37 +02:00
Kwoth
054fc30672
Added prerequisites to linux release installation guide
2022-04-26 02:45:54 +02:00
Kwoth
11ffdd84a3
Updated changelog
2022-04-26 02:34:52 +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
Kwoth
29d94640af
Fix some build warnings
2022-04-16 19:00:28 +02:00
Kwoth
f6a53b96c7
Upped version to 4.1.2
4.1.2
2022-04-16 17:27:17 +02:00
Kwoth
1aa95a5dd0
Don't load uwu
2022-04-16 17:25:52 +02:00
Kwoth
fcfeb152c9
Updated changelog
2022-04-16 17:07:23 +02:00
Kwoth
0b64df95ef
Fixed an issue with publish not having required dlls
4.1.1
2022-04-16 17:04:10 +02:00
Kwoth
7512f4a1e0
docs: fixed a link to nadeko discord server
2022-04-16 16:35:20 +02:00
Kwoth
789c453863
Updated CHANGELOG.md
2022-04-16 16:25:24 +02:00
Kwoth
615e1dd044
Merge branch 'v4-dev' into 'v4'
...
Medusa System Added
Read about the medusa system [here](https://nadekobot.readthedocs.io/en/latest/medusa/creating-a-medusa/ )
See merge request Kwoth/nadekobot!239
2022-04-16 12:44:46 +00:00
Kwoth
7cb15f5278
Medusa System Added
...
Read about the medusa system [here](https://nadekobot.readthedocs.io/en/latest/medusa/creating-a-medusa/ )
2022-04-16 12:44:46 +00:00
Kwoth
3a516ab32a
Merge branch 'v4' of https://gitlab.com/kwoth/nadekobot into v4
2022-04-13 18:15:06 +02:00
Kwoth
6159d84988
Fixed an issue with expression settings toggle, closes #353
2022-04-13 18:14:58 +02:00
Kwoth
cbe617bc59
Merge branch 'v4' into 'v4'
...
fix docker volume
See merge request Kwoth/nadekobot!246
2022-04-12 22:05:40 +00:00
Kwoth
e4b98a0c07
Merge branch 'v4-db' into 'v4'
...
WIP db provider support for Mysql and Postgres
See merge request Kwoth/nadekobot!245
2022-04-11 10:41:26 +00:00
Kwoth
e23233ee06
WIP db provider support for Mysql and Postgres
2022-04-11 10:41:26 +00:00
Ricordeau Raphael
8b1efa9b4f
fix docker volume
2022-04-10 11:54:49 +00:00
Kwoth
8e1ec2ed9e
Merge branch 'v4' of https://gitlab.com/kwoth/nadekobot into v4
2022-03-27 05:10:32 +02:00
Kwoth
0e555a4ed7
Update responses.uk-UA.json (POEditor.com)
2022-03-26 16:16:23 +00:00
Kwoth
a6a1d8cb6f
Update responses.es-ES.json (POEditor.com)
2022-03-26 16:16:22 +00:00
Kwoth
6595c3a43d
Update responses.ru-RU.json (POEditor.com)
2022-03-26 16:16:21 +00:00
Kwoth
77bb5724d8
Update responses.pt-BR.json (POEditor.com)
2022-03-26 16:16:20 +00:00
Kwoth
48ea595136
Update responses.pl-PL.json (POEditor.com)
2022-03-26 16:16:19 +00:00
Kwoth
1068457584
Update responses.it-IT.json (POEditor.com)
2022-03-26 16:16:18 +00:00
Kwoth
eca7973266
Update responses.id-ID.json (POEditor.com)
2022-03-26 16:16:17 +00:00
Kwoth
46ba2df0b8
Update responses.de-DE.json (POEditor.com)
2022-03-26 16:16:17 +00:00
Kwoth
a8f9a6e439
Update responses.fr-FR.json (POEditor.com)
2022-03-26 16:16:16 +00:00
Kwoth
cca5b5d41b
Update responses.nl-NL.json (POEditor.com)
2022-03-26 16:16:15 +00:00
Kwoth
95bde7021a
small wallet change
2022-03-25 01:08:22 +01:00