Kwoth
d45c39a5fe
fix: .pick command will now show the name of the user who picked the currency
2024-05-18 23:28:55 +00:00
Kwoth
a6010716e8
add: You can now check commands for submodules, for example '.h quote' the same way you can do for command groups like '.h bank'
2024-05-18 23:00:00 +00:00
Kwoth
d2c7563c5c
change: Quotes will now use easier to write, alphanumerical ids (same as expressions)
2024-05-18 22:47:25 +00:00
Kwoth
0c167a9382
add: Added .cleanupguilddata command which will delete all guildconfigs, xp stats and other data related to any guild the bot is no longer in. This is a highly destructive and irreversible command.
...
dev: Added cascade deletes to any tables which have guildconfigs FK, as well as to some other missing places
2024-05-18 22:34:34 +00:00
Kwoth
03fb1a5ca2
fix: .verbose will now also be respected for expressions
2024-05-18 15:34:16 +00:00
Kwoth
8ac07ce6d7
Merge branch 'v5' of https://gitlab.com/kwoth/nadekobot into v5
2024-05-17 11:30:14 +00:00
Kwoth
f499380fe8
dev: Updated tests package
2024-05-17 11:20:46 +00:00
Kwoth
0083e9ef68
dev: Don't run docker build on mrs as it will always fail
...
dev: Fixed remove-migration.ps1 script
2024-05-17 11:19:02 +00:00
Kwoth
a52a246982
fix: xplb and xpglb pagination fixed, closes #430
...
fix: Page number when there is an unknown number of items while paginating is now correct
fix: .stm and .stma fixed and can now mention everyone as long as the user executing the command also can
dev: Cleaned up/improved some code
2024-05-15 13:44:37 +00:00
Kwoth
d2c4af273b
dev: Version upped
2024-05-15 07:13:28 +00:00
Kwoth
d51dfa88f1
fix: Fixed .ttt and gifted strings
...
docs: Updated changelog
dev: Updated some packages
2024-05-14 18:36:33 +00:00
Kwoth
869b9d3b9d
change: .hearthstone command will no longer show text
...
dev: removed html2markdown as it was only used for a fluff text of the hearthstone command
2024-05-13 19:09:35 +00:00
Kwoth
f4b26c5b40
dev: removed docker_compose.yml as you don't need redis.
...
dev: Removed aws package as we don't need gencmdlist to upload commands anymore, have to find a new way though.
2024-05-13 17:34:06 +00:00
Kwoth
15f629ec53
dev: Using built in rng.Shuffle, using some new .net types, removed some transactions
2024-05-13 17:14:35 +00:00
Kwoth
9406a9cc34
dev: Using collection expressions, no functional change
2024-05-13 14:54:24 +00:00
Kwoth
52438f45e1
dev: Added argumentoutofrange static methods, no functional change
2024-05-13 14:50:55 +00:00
Kwoth
7b2ce072ee
dev: removed some unused code
2024-05-13 14:26:45 +00:00
Kwoth
89d93dcffb
docs: updated command strings for .repeat command to include targetting channels
2024-05-13 14:18:56 +00:00
Kwoth
0fb34b1c61
docs: Updated changelog
2024-05-13 10:53:47 +00:00
Kwoth
980a6b0af8
dev: removed crowdin.yml
2024-05-13 10:48:55 +00:00
Kwoth
5c7a467caa
Merge branch 'v5' of https://gitlab.com/kwoth/nadekobot into v5
2024-05-13 10:48:18 +00:00
Kwoth
35fd5c415d
fix: Blackjack and .pick command responses will no longer reply as the original message will always be deleted
2024-05-13 10:48:05 +00:00
Kwoth
876d63fd8b
fix: Fixed a blackjack string usage
2024-05-13 06:32:46 +00:00
Kwoth
263ef4b47f
fix: Fixed blackjack strings
2024-05-13 06:22:48 +00:00
Kwoth
1c540476d3
dev: Fixed a build warning and small cleanup
2024-05-12 19:00:16 +00:00
Kwoth
1d0f3d3fd6
docs: Removed ubuntu 16.04 and 18.04 from supoported version as there are issues installing .net8 there due to glibc version
2024-05-11 10:49:53 +00:00
Kwoth
c7cec25a29
change: .greet / .bye will get properly disabled if the bot can't write to the specified channel
2024-05-11 08:08:48 +00:00
Kwoth
23c8dc00e8
dev: Upped version to 5.0.5
2024-05-11 08:02:59 +00:00
Kwoth
0da8190637
fix: repeat, greet, bye, boost messages can now once again mention anyone
...
fix: .say #channel fixed
2024-05-11 08:00:48 +00:00
Kwoth
d766295286
docs: Updated supported distros (thx cata)
2024-05-11 05:57:31 +00:00
Kwoth
21e3c64e01
Merge branch 'v5' of https://gitlab.com/kwoth/nadekobot into v5
2024-05-11 02:30:40 +00:00
Kwoth
9ddcd6d89e
docs: Updated changelog
2024-05-11 02:05:56 +00:00
Kwoth
a154d5881c
docs: Updated changelog
2024-05-10 15:36:12 +00:00
Kwoth
fb594e50fd
fix: .h fixed, .xp fixed, pagination in .lb fixed
2024-05-10 15:29:04 +00:00
Kwoth
75c5a003bf
fix: cleverbot:response should now be a valid module name
2024-05-10 09:53:20 +00:00
Kwoth
6f4cbddcad
dev: Changed some namespaces. Pushing tags, Releasing 5.0.3
2024-05-10 05:56:02 +00:00
Kwoth
40528150f7
dev: Revert links back in the code, check for updates in the original nadekobot project
2024-05-10 04:58:25 +00:00
Kwoth
2b80823a1b
docs: revert links back to kwoth/nadekobot as gitlab's organization thing is a ripoff
2024-05-10 04:56:26 +00:00
Kwoth
37ee769119
docs: Changed changelog version to 5.0.2 to avoid confusion
2024-05-10 02:56:14 +00:00
Kwoth
cfd39ebbd5
fix: windows exe shouldn't ask for .net to be installed anymore
...
fix: Version number is now correct
docs: Updated .net version name in the docs
2024-05-10 02:05:35 +00:00
Kwoth
0532b30f7f
docs: updated docs to point to the new installer location
2024-05-09 14:17:25 +00:00
Kwoth
b92a38f49d
docs: Changelog updated
2024-05-09 13:37:38 +00:00
Kwoth
81711c557a
ci: give up on single file, try to fix docker, medusa builds
2024-05-09 13:30:02 +00:00
Kwoth
57895ac751
ci: attempt to fix ci
2024-05-09 12:21:48 +00:00
Kwoth
73cceb3aa6
ci: Fix docker and attempt to fix windows builds
2024-05-09 11:43:38 +00:00
Kwoth
08e7784fbd
ci: Potential ci fix
2024-05-09 10:31:46 +00:00
Kwoth
0174862106
ci: Potential ci fix
2024-05-09 09:44:58 +00:00
Kwoth
3803ecd35d
ci: Potential fix for the docker build
2024-05-09 06:56:57 +00:00
Kwoth
6ad0f13096
dev: Removed releases-v3.json as it is no longer needed
2024-05-09 06:45:47 +00:00
Kwoth
e070ca3b87
ci: Updated CI to make releases
2024-05-09 06:38:27 +00:00
Kwoth
6caea8e9e7
docs: Updated more links to point to new repo url
...
dev: Fixed project id as nadeko is moved to nadeko/nadekobot
2024-05-09 01:46:20 +00:00
Kwoth
d30fa44f3c
docs: possible fix for the docs build, added .readthedocs.yaml
2024-05-09 01:33:09 +00:00
Kwoth
b1e554d09f
docs: updates repo and installer links
2024-05-08 22:27:57 +00:00
Kwoth
4e559d2606
change: Inrole improved
2024-05-08 01:44:14 +00:00
Kwoth
4f0692db59
dev: Some minor renaming to match the strings
...
add: audit logs for several commands
docs: Updated changelog
fix: xp card user avatar wasn't showing for some users
2024-05-08 01:14:20 +00:00
Kwoth
bbc277f4b9
fix: Translate command will no longer fail if the user capitalizes the language name
2024-05-07 23:00:50 +00:00
Kwoth
b3a847e395
dev: Finishing up the rename
2024-05-07 22:59:03 +00:00
Kwoth
8f0b44252d
dev: Tests updated to find obsolete command strings. Already removed them in earlier commits, there were 10-15 commands which no longer exist
2024-05-07 22:57:41 +00:00
Kwoth
577d62a1c1
dev: Renamed some classes, making the new string model work
2024-05-07 22:55:56 +00:00
Kwoth
3e71d9f1ba
fix: Typo in commands.en-US.yml
2024-05-07 22:55:02 +00:00
Kwoth
03c5124122
Updated command strings with the description of every param of every command (machine generated)
2024-05-07 12:10:00 +00:00
Kwoth
8e589660ac
change: Updated patreon connection link with the new patreon apps page
2024-05-06 08:21:53 +00:00
Kwoth
64ef775bee
Started work on guild embed colors
2024-05-05 10:13:05 +00:00
Kwoth
6a7ab79446
Re-added medusa system, but untested
2024-05-04 08:08:13 +00:00
Kwoth
ea0b51d474
* add: .prunecancel to cancel active prunes
...
* change: .qs improved with thumbnails
* change: .prune now reports progress
* dev: DryIoc replacing Ninject
2024-05-04 06:33:45 +00:00
Kwoth
7637de8fed
added botcut setting to gambling.yml in which you can configure shopcut for now (how much money the bot takes when something is sold in the shop)
2024-05-03 18:20:23 +00:00
Kwoth
6327e242ca
.serverinfo improved, updated changelog, added seconds to .convert
2024-05-03 06:29:08 +00:00
Kwoth
96ad5516d3
.send commmand reworked, It should be much better and more reliable now.
2024-05-03 02:59:34 +00:00
Kwoth
7d916a5513
Nadeko's output will be cleaner, Reworked migrations
2024-05-03 00:35:17 +00:00
Kwoth
4fc0cded15
Reverted all v5 migrations back to v4
2024-05-02 23:29:56 +00:00
Kwoth
48e51784da
Added .todo show, Renamed ReactionRole* commands to rero*
2024-05-02 23:23:26 +00:00
Kwoth
3ef05f8aa7
Nuked humanizer. Some of the strings might look worse but the output directory will no longer look terrible. Added stats for todo list command
2024-05-02 22:14:25 +00:00
Kwoth
fc4858830c
Finished new response system
2024-05-02 06:47:01 +00:00
Kwoth
a25adefc65
Started rewriting all paginted responses into the new system
2024-05-01 06:26:00 +00:00
Kwoth
daa2177559
part 3 of the response rework
2024-04-29 21:03:46 +00:00
Kwoth
d28c7b500d
Part2 of the response system rework
2024-04-29 01:13:52 +00:00
Kwoth
4bab94b329
Namespace changes to make them make sense
2024-04-27 22:45:14 +00:00
Kwoth
e963ffeaab
Added missing medusa folder, renamed libopus to opus in order to fix linux errors
2024-04-27 19:41:35 +00:00
Kwoth
ddeded9a70
ci: Possible CI fix. Breaking RID change. Windows 7 no longer supported :\
...
refactor: Ayu.Discord.Voice renamed to NadekoBot.Voice to avoid confusion
2024-04-27 19:08:17 +00:00
Kwoth
4a378b9663
ci: Fixed .gitlab-ci.yml file
...
votes: fixed build warnings
2024-04-27 16:10:56 +00:00
Kwoth
812b865add
Fixed some aliases and reworked namespaces
2024-04-27 16:03:48 +00:00
Kwoth
e0819f760c
Restructured the project structure back to the way it was, there's no reasonable way to split the modules
2024-04-26 22:26:24 +00:00
Kwoth
6c9c8bf63e
Merge branch 'v4' into v5
2024-04-26 12:51:24 +00:00
Kwoth
bca845d76a
Merge branch 'v4' of https://gitlab.com/kwoth/nadekobot into v4
2024-04-26 12:50:03 +00:00
Kwoth
6c305860bc
Fixed some compilation warnings
2024-04-26 12:49:55 +00:00
Kwoth
863929bb0f
Updated Changelog
2024-04-26 12:41:37 +00:00
Kwoth
eca4a14cb6
Removed a bunch of obsolete alises, command strings and commands
2024-04-26 01:01:09 +00:00
Kwoth
6bc8e4b7d2
Added .todo commands and added toned down version of .fairplay
2024-04-25 22:44:30 +00:00
Kwoth
b34f383649
.feed should now correctly display the message (if any)
2024-04-25 00:13:47 +00:00
Kwoth
006fa1a9fe
.cmds <module name> looks better
2024-04-24 23:34:30 +00:00
Kwoth
a04a427af2
Users who have manage messages perm in the channel will now be excluded from link and invite filtering
2024-04-24 23:13:32 +00:00
Kwoth
e1d027eaf5
You can now target a different channel with .repeat, for example: .repeat #some-other-channel 15m Quick reminder
2024-04-24 23:00:42 +00:00
Kwoth
49563ea6d4
Added giveaway commands .ga start/end/cancel/reroll/list
2024-04-24 22:37:58 +00:00
Kwoth
59b9742c19
Started work on giveaways, not completed
2024-04-24 16:31:51 +00:00
Kwoth
08d8da25cd
* feature: Added .stickyroles command, untested
...
* ci: possible fix
2024-04-23 15:45:09 +00:00
Kwoth
74690c73d6
Added .shopadd cmd
2024-04-23 14:19:01 +00:00
Kwoth
1aebca14e1
Merge branch 'v4' into v5
2024-04-23 11:01:09 +00:00
Kwoth
5060d606cf
Merge branch 'v4' of https://gitlab.com/kwoth/nadekobot into v4
2024-04-23 09:17:34 +00:00
Kwoth
23b3ad5837
* Fixed pagination emoji, closes #427
...
* Version upped to 4.3.22
2024-04-23 09:17:02 +00:00
Kwoth
7297318538
Fixed pagination emoji, closes #427
2024-04-23 09:14:27 +00:00