acw0
|
d9c644ec0e
|
Change "channel not found" error messages to be more ambiguous; also, put them in Errors instead of inline
|
2020-08-03 19:00:17 +02:00 |
|
acw0
|
2f8f819e22
|
Add "n" as an alias to "new" for creating a system
|
2020-07-29 11:30:46 +02:00 |
|
acw0
|
3c5aec1df8
|
Show bot status as "Idle" when restarting
|
2020-07-29 11:30:46 +02:00 |
|
Ske
|
fb236726aa
|
Consolidate conditional
|
2020-07-28 19:52:57 +02:00 |
|
Ske
|
62cdb8a9b8
|
Check for avatar whitespace instead of null.
This may be relevant for #206, although unsure if this is actually a fix.
|
2020-07-28 19:35:34 +02:00 |
|
acw0
|
47fcfeca0f
|
Consolidate conditionals
|
2020-07-28 19:30:03 +02:00 |
|
acw0
|
1138c1a2a9
|
Clean up getting guild/member
|
2020-07-28 19:30:03 +02:00 |
|
acw0
|
bf07294f5f
|
Change error to be more ambiguous
|
2020-07-28 19:30:03 +02:00 |
|
acw0
|
687dd23234
|
Fix missing ID error
|
2020-07-28 19:30:03 +02:00 |
|
acw0
|
c20c4dab42
|
use Shard.GetGuild instead of Rest.GetGuild
|
2020-07-28 19:30:03 +02:00 |
|
Astrid
|
a0d4ab5809
|
Merge pull request #202 from acw0/bugfix/dsharpcache
Fix pk;msg errors across shards
|
2020-07-22 16:33:27 +02:00 |
|
kittens
|
e24c5d095b
|
Check if we got the same member before asking for confirmation (#201)
|
2020-07-22 16:27:53 +02:00 |
|
kittens
|
467d058565
|
Remove "remove" keyword from MatchClear (#199)
|
2020-07-22 16:26:43 +02:00 |
|
acw0
|
88c28c18c7
|
Fix pk;msg erroring between shards
|
2020-07-22 04:07:35 -04:00 |
|
acw0
|
56e4f1c00c
|
Create methods to find guilds and channels in cache
|
2020-07-22 04:07:18 -04:00 |
|
Ske
|
5d3e159f54
|
Properly block pinging normally unmentionable roles
|
2020-07-22 01:06:25 +02:00 |
|
kittens
|
fd0e46f40d
|
Add -yes flag to CheckYesNo (#198)
|
2020-07-21 02:10:26 +02:00 |
|
Ske
|
6054080dc7
|
Upgrade Sentry SDK version (2.0.0-beta7 -> 2.1.4)
|
2020-07-18 13:08:54 +02:00 |
|
Ske
|
d749876796
|
Workaround for permission errors when removing reactions
|
2020-07-18 13:07:16 +02:00 |
|
Ske
|
99d6942ff4
|
Truncate the echoed command in the not found error
|
2020-07-18 13:07:16 +02:00 |
|
Ske
|
66f7a664c8
|
Add special check for pronouns being an empty string
I'm unsure when this happens in practice, but thought I'd guard against it just in case (since it's caused a couple errors already).
|
2020-07-18 13:07:16 +02:00 |
|
kittens
|
80e6d5b18e
|
Fix URL handling when the filename contains multiple known extensions (#196)
|
2020-07-18 12:51:31 +02:00 |
|
Ske
|
e7f95c9ba6
|
Potential fix for concurrent list modification error
|
2020-07-14 22:24:13 +02:00 |
|
Ske
|
17826246f2
|
Fix fuzzy log cleaning matching all messages. Closes #195.
I got the bitshift the wrong way 'round.
|
2020-07-10 16:47:30 +02:00 |
|
Ske
|
ba48f22ad2
|
Break proxied links if the sender doesn't have embed permission
|
2020-07-10 16:35:52 +02:00 |
|
Ske
|
a2930acbad
|
Add more aliases to autoproxy off
|
2020-07-09 15:11:04 +02:00 |
|
Ske
|
9f523b3c5f
|
Refactor system/member privacy commands
|
2020-07-08 00:47:16 +02:00 |
|
Ske
|
1449234a84
|
Migrate more commands to "MatchClear"
|
2020-07-08 00:00:23 +02:00 |
|
Ske
|
17fbdf553c
|
Allow de-embedding image links with <>
|
2020-07-07 23:52:54 +02:00 |
|
Ske
|
8d01b580e2
|
Refactor system/member avatar code
|
2020-07-07 23:41:51 +02:00 |
|
Ske
|
467b95b1b1
|
Refactor and simplify member list code
|
2020-07-07 20:57:22 +02:00 |
|
Ske
|
299f6b2edf
|
Extract member list argument parsing to utility method
|
2020-07-07 19:51:19 +02:00 |
|
Ske
|
36ed356d2b
|
(...and make sure it's the correct message)
|
2020-07-07 14:50:58 +02:00 |
|
Ske
|
b1ede87df2
|
(Re-)add confirmation when changing avatar by URL
|
2020-07-07 14:47:34 +02:00 |
|
Ske
|
59bbbab621
|
Handle cases where the channel webhook limit is already hit
|
2020-07-05 13:38:18 +02:00 |
|
Ske
|
bb7ee130a6
|
Fix error when proxying all-whitespace message
|
2020-07-05 13:26:49 +02:00 |
|
Ske
|
da7befa1b7
|
Fix token DM error
|
2020-07-05 13:23:23 +02:00 |
|
Ske
|
f03bab303c
|
Explicitly error if the URI schema is wrong
|
2020-07-05 13:19:43 +02:00 |
|
Ske
|
666b21a08f
|
Add category headers to blacklist channels
|
2020-07-05 13:16:21 +02:00 |
|
Ske
|
da9bfbb46d
|
Redo blacklist list fetching/rendering
|
2020-07-05 13:08:18 +02:00 |
|
Ske
|
01d25ca391
|
Fix compiler warning in ShowBlacklisted
|
2020-07-05 13:01:38 +02:00 |
|
BeeFox-sys
|
55ea314b42
|
Fix: Escape Backticks (#192)
|
2020-07-05 12:55:21 +02:00 |
|
ariel w
|
224b653ee0
|
Add command to show current proxy blacklist (#189)
|
2020-07-05 12:54:27 +02:00 |
|
Ske
|
42b9b4f08e
|
Restrict proxy conflict checking to the same system
|
2020-07-03 12:00:59 +02:00 |
|
Ske
|
98d4ee8664
|
Add -sd as alias for -search-description
|
2020-07-03 11:03:20 +02:00 |
|
Ske
|
c88ccea0b2
|
Remove June avatar (it's July now)
|
2020-07-02 19:11:46 +02:00 |
|
Ske
|
c87e67245d
|
Create GetXXX utils wrapping try blocks
|
2020-07-02 18:29:04 +02:00 |
|
Ske
|
7fef8c1dde
|
Split up Context class into more extension methods
|
2020-07-01 18:27:26 +02:00 |
|
Ske
|
53036da6a5
|
Move checks in Context to extension methods
|
2020-07-01 18:18:38 +02:00 |
|
Ske
|
0598c53f62
|
Migrate guild objects to the patch system
|
2020-06-29 15:20:28 +02:00 |
|