Commit graph

978 commits

Author SHA1 Message Date
Evan Husted
a27c65919b notusing Microsoft.CodeAnalysis.Csharp.Syntax; 2020-07-01 21:11:58 -05:00
Evan Husted
caa4cd3c43 various QoL changes 2020-07-01 21:10:17 -05:00
Evan Husted
093afc8cd3 Collapsed PrimitiveExtensions, ProcessExtensions and TypeExtensions into SystemExtensions and fixed possible nullrefs in CommandExtensions 2020-06-26 02:07:13 -05:00
Leah Husted
9e94ac0041 Added Volte logo to wiki command response, + updated the Feature list on the wiki 2020-06-23 02:10:11 -05:00
Leah Husted
093ce5a816 ModLogs now use shorthand string methods instead of repeating the same string over and over again. 2020-06-23 01:57:06 -05:00
Leah Husted
7dd3cd40a1 All-new Wiki command: Instantly see all available wiki page. (Cosmetically needs an upgrade.) 2020-06-23 01:29:59 -05:00
Leah Husted
225d439cf0 Eval now matches a regex pattern for the syntax highlighting code block, as opposed to StartsWith() and EndsWith() tests 2020-06-23 00:15:14 -05:00
Leah Husted
bf9a67338f qol 2020-06-05 07:17:41 -05:00
Leah Husted
73117d7e86 Purge no longer creates an exception when target messages are >14 days old. 2020-06-05 07:09:11 -05:00
Leah Husted
5ad5ef116c no more 24.4 gb log files 2020-05-25 01:08:06 -05:00
GreemDev
0bda7d1046
Update README.md
test
2020-05-18 15:52:48 -05:00
GreemDev
d62c53a96f
Update README.md
closes #39
2020-05-18 15:45:42 -05:00
Leah Husted
aed344c271 Added functionality with Tags: You can now choose how they're shown: whether plain text or in an embed with the tag requester shown at the bottom. 2020-05-08 08:34:41 -05:00
Leah Husted
9bf2521b73 Merge branch 'v3' of https://github.com/Ultz/Volte into v3 2020-04-30 15:06:51 -05:00
Leah Husted
8e9ad767f7 Fix TagCreate outputting raw Task values if the tag already exists 2020-04-30 14:57:18 -05:00
GreemDev
ca24aace4a
closes #38 2020-04-06 17:37:05 -05:00
Leah Husted
170d214d0e Attempt 1 at updating Volte to .NETCore3.1 2020-03-22 23:47:33 -05:00
Leah Husted
3e737aecb1 Remove redundant information in the poll command 2020-03-22 23:31:50 -05:00
Leah Husted
e43a26615e Initial work on BlacklistAction: perform action when someone says a blacklisted word/phrase 2020-02-11 17:42:48 -06:00
Leah Husted
7e36eb9a6c remove redundant extension, semantics change 2020-02-08 14:21:00 -06:00
Leah Husted
6d666aab83 undo that because i forgot why i couldn't do it before 2020-01-26 02:48:05 -06:00
Leah Husted
80adacf4ff use generics in VolteEventService 2020-01-26 02:31:53 -06:00
Leah Husted
33d4cebf3f das shittin 2020-01-21 01:45:43 -06:00
Leah Husted
e1e9c9ee6f i'm a goddamn idiot 2020-01-21 01:41:31 -06:00
Leah Husted
87d3064678 update readme header 2020-01-21 01:40:28 -06:00
Michael Husted
0caf8c6c1c consistency change 2019-10-31 21:52:26 -05:00
Leah Husted
8c8c6c44c1 fixed the spotify command not embedded the track url properly 2019-10-28 04:23:39 -05:00
Leah Husted
9454ed9219 fixed the spotify command not embedded the track url properly 2019-10-28 04:21:11 -05:00
Leah Husted
0e99a16a66 moved all attributes into Volte.Core.Attributes and refactored accordingly 2019-10-28 04:15:07 -05:00
Leah Husted
b2448a47ef QuoteLinkReply: automatically parse a Discord Message-Jump URL and post its results in chat. Toggleable via the QuoteLinkReply command. 2019-10-26 06:36:50 -05:00
Leah Husted
58ad264caf changes™️ 2019-10-26 04:42:37 -05:00
Leah Husted
8a88340266 moved shit around, added xml docs to shit, more shit, etc 2019-10-24 02:45:31 -05:00
Leah Husted
1d2aa06f17 fixed the stream never being set, finally
also deleted GitHubService
2019-10-23 20:45:33 -05:00
Leah Husted
e615351937 fixed the stream never being set, finally
also deleted GitHubService
2019-10-23 20:41:20 -05:00
Leah Husted
c73101c9ee move startup guild foreach into an unawaited Task.Run to prevent blocking the gateway 2019-10-22 03:20:34 -05:00
Leah Husted
2ab936c42a bump version 2019-10-22 03:06:35 -05:00
Leah Husted
913ab1364c Fixed the autorole-not-doing-anything-ever bug. 2019-10-22 03:00:53 -05:00
Leah Husted
28ca8cccf8 some consistency changes 2019-10-21 22:53:28 -05:00
Leah Husted
3df8144cfc Some command changes. Ban now doesn't have the daysToDelete parameter. 2019-10-20 23:45:14 -05:00
Leah Husted
5921014f25 Welcome message now ignores case on placeholders.
This means you can now do {guIldNaME} instead of {GuildName} and it will still work.
2019-10-20 19:19:27 -05:00
Leah Husted
482eec5749 string#ToEmoji() extension to simplify PollHelpers 2019-10-20 03:12:45 -05:00
Leah Husted
de394d6bd9 made PollHelper.GetPollBody use switch expressions 2019-10-20 02:47:00 -05:00
Leah Husted
d5b694409f Added Tree command, moved VolteHandler into Services and renamed it and refactored accordingly. 2019-10-17 03:45:46 -05:00
Leah Husted
834a68bb0a add the footer for the poll before sending 2019-10-16 22:22:40 -05:00
Leah Husted
56d82d2510 rewrite internal poll logic; this changes the end-users view of polls but is more logically sound and shouldn't exception. (closes #35) 2019-10-16 21:36:54 -05:00
Leah Husted
ccafca0aa2 bump version 2019-10-16 02:11:51 -05:00
Leah Husted
f8abf74cb1 PublishTrimmed was causing eval to never run, so let's not do that 2019-10-16 02:08:48 -05:00
Leah Husted
230cc6684c properly make the GitHub Actions script generate trimmed, single-file binaries 2019-10-16 01:56:44 -05:00
Leah Husted
dd48267b58 change hotfix ver 2019-10-16 01:39:52 -05:00
Leah Husted
8667bf3aa8 remove the unnecessary Usage: |prefix| part of all command usage strings; and change the GetUsage extension accordingly 2019-10-16 01:38:06 -05:00