mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Compare commits
46 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
93df4f3bf3 | ||
|
073b832065 | ||
|
a01e580e03 | ||
|
6124e2fab5 | ||
|
4dd31d6a0b | ||
|
e8706d4006 | ||
|
140cc43c98 | ||
|
26b7149435 | ||
|
b354ee7269 | ||
|
b829ca0109 | ||
|
37acdb81e8 | ||
|
a9aea65134 | ||
|
5c03c5ba16 | ||
|
42f00c08fa | ||
|
598d3b8967 | ||
|
8df41c749b | ||
|
0eaa8be2d2 | ||
|
bdbe76f9f8 | ||
|
08b609a4b4 | ||
|
42d13b32b2 | ||
|
096ada367f | ||
|
0fed33ebda | ||
|
cb9e918681 | ||
|
bbf167df4d | ||
|
595a2b401c | ||
|
5713e8414e | ||
|
a551caf0da | ||
|
b13f05c4c0 | ||
|
6d6a3a811f | ||
|
fb4aac9f0d | ||
|
a98981de86 | ||
|
9ef3646711 | ||
|
9c174b8b6f | ||
|
657c1e461c | ||
|
f5a4a698bd | ||
|
8112337aaf | ||
|
73f7394e31 | ||
|
987d88287a | ||
|
9dc783b36f | ||
|
13741b8317 | ||
|
313ca2674e | ||
|
98956481e9 | ||
|
51e887fe04 | ||
|
8ceab64b96 | ||
|
92b8511cf1 | ||
|
a6a052571e |
35
CHANGELOG.md
35
CHANGELOG.md
@@ -2,6 +2,41 @@
|
|||||||
|
|
||||||
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
|
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
|
||||||
|
|
||||||
|
## [4.3.15] - 21.05.2023
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed -w 0 in trivia
|
||||||
|
- Fixed `.rps` amount field in the response
|
||||||
|
- Fixed `.showembed` output
|
||||||
|
- Fixed bank award's incorrect output message
|
||||||
|
|
||||||
|
## [4.3.14] - 02.04.2023
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed voice hearbeat issue
|
||||||
|
- `.banktake` had ok/error responses flipped. No functional change
|
||||||
|
- PermRole should deny messages in threads todo
|
||||||
|
- Fixed chucknorris jokes
|
||||||
|
- `.logserver` will now
|
||||||
|
|
||||||
|
## [4.3.13] - 20.02.2023
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed `.log userpresence`
|
||||||
|
- `.q` will now use `yt-dlp` if anything other than `ytProvider: Ytdl` is set in `data/searches.yml`
|
||||||
|
- Fixed Title links on some embeds
|
||||||
|
|
||||||
|
## [4.3.12] - 12.02.2023
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed `.betstats` not working on european locales
|
||||||
|
- Timed `.ban` will work on users who are not in the server
|
||||||
|
- Fixed some bugs in the medusa system
|
||||||
|
|
||||||
## [4.3.11] - 21.01.2023
|
## [4.3.11] - 21.01.2023
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@@ -24,6 +24,10 @@ The list below is not complete. Use commands above to see up-to-date list for yo
|
|||||||
|
|
||||||
`trivia.min_win_req` - Restricts a user's ability to make a trivia game with a win requirement less than the set value.
|
`trivia.min_win_req` - Restricts a user's ability to make a trivia game with a win requirement less than the set value.
|
||||||
`trivia.currency_reward` - Sets the amount of currency a user will win if they place first in a completed trivia game.
|
`trivia.currency_reward` - Sets the amount of currency a user will win if they place first in a completed trivia game.
|
||||||
|
`hangman.currency_reward` - Sets the amount of currency a user will win if they win a game of hangman.
|
||||||
|
`chatbot` - Sets which chatbot API the bot should use, values: `gpt3`, `cleverbot`.
|
||||||
|
`gpt.model` - Sets which GPT-3 model the bot should use, values: `ada001`, `babbage001`, `curie001`, `davinci003`.
|
||||||
|
`gpt.max_tokens` - Sets the limit of tokens GPT-3 can use per call. Find out more about tokens [here](https://help.openai.com/en/articles/4936856-what-are-tokens-and-how-to-count-them).
|
||||||
|
|
||||||
*more settings may be available in `data/games.yml` file*
|
*more settings may be available in `data/games.yml` file*
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@ It is recommended that you use **Ubuntu 20.04**, as there have been nearly no pr
|
|||||||
|
|
||||||
##### Compatible operating systems:
|
##### Compatible operating systems:
|
||||||
|
|
||||||
- Ubuntu: 16.04, 18.04, 20.04, 21.04, 21.10
|
- Ubuntu: 16.04, 18.04, 20.04
|
||||||
- Mint: 19, 20
|
- Mint: 19, 20
|
||||||
- Debian: 10, 11
|
- Debian: 10, 11
|
||||||
- CentOS: 7
|
- CentOS: 7
|
||||||
|
@@ -123,7 +123,7 @@ In order to use music commands, you need ffmpeg and youtube-dl installed.
|
|||||||
- [ffmpeg-32bit] | [ffmpeg-64bit] - Download the **appropriate version** for your system (32 bit if you're running a 32 bit OS, or 64 if you're running a 64bit OS). Unzip it, and move `ffmpeg.exe` to a path that's in your PATH environment variable. If you don't know what that is, just move the `ffmpeg.exe` file to `NadekoBot/output`.
|
- [ffmpeg-32bit] | [ffmpeg-64bit] - Download the **appropriate version** for your system (32 bit if you're running a 32 bit OS, or 64 if you're running a 64bit OS). Unzip it, and move `ffmpeg.exe` to a path that's in your PATH environment variable. If you don't know what that is, just move the `ffmpeg.exe` file to `NadekoBot/output`.
|
||||||
- [youtube-dl] - Click to download the file, then move `youtube-dl.exe` to a path that's in your PATH environment variable. If you don't know what that is, just move the `youtube-dl.exe` file to `NadekoBot/system`.
|
- [youtube-dl] - Click to download the file, then move `youtube-dl.exe` to a path that's in your PATH environment variable. If you don't know what that is, just move the `youtube-dl.exe` file to `NadekoBot/system`.
|
||||||
|
|
||||||
[Updater]: https://dl.nadeko.bot/
|
[Updater]: https://dl.nadeko.bot/v3/
|
||||||
[Notepad++]: https://notepad-plus-plus.org/
|
[Notepad++]: https://notepad-plus-plus.org/
|
||||||
[.net]: https://dotnet.microsoft.com/download/dotnet/5.0
|
[.net]: https://dotnet.microsoft.com/download/dotnet/5.0
|
||||||
[Redis]: https://github.com/MicrosoftArchive/redis/releases/download/win-3.0.504/Redis-x64-3.0.504.msi
|
[Redis]: https://github.com/MicrosoftArchive/redis/releases/download/win-3.0.504/Redis-x64-3.0.504.msi
|
||||||
|
@@ -89,6 +89,5 @@ Some features have their own specific placeholders which are noted in that featu
|
|||||||
|
|
||||||
- `%rngX-Y%` - Returns a random number between X and Y
|
- `%rngX-Y%` - Returns a random number between X and Y
|
||||||
- `%target%` - Returns anything the user has written after the trigger (only works on Expressions)
|
- `%target%` - Returns anything the user has written after the trigger (only works on Expressions)
|
||||||
- `%img:stuff%` - Returns an `imgur.com` search for "stuff" (only works on Expressions)
|
|
||||||
|
|
||||||

|

|
||||||
|
@@ -54,6 +54,9 @@ go to https://www.patreon.com/portal -> my clients -> create client")]
|
|||||||
[Comment(@"Official cleverbot api key.")]
|
[Comment(@"Official cleverbot api key.")]
|
||||||
public string CleverbotApiKey { get; set; }
|
public string CleverbotApiKey { get; set; }
|
||||||
|
|
||||||
|
[Comment(@"Official GPT-3 api key.")]
|
||||||
|
public string Gpt3ApiKey { get; set; }
|
||||||
|
|
||||||
[Comment(@"Which cache implementation should bot use.
|
[Comment(@"Which cache implementation should bot use.
|
||||||
'memory' - Cache will be in memory of the bot's process itself. Only use this on bots with a single shard. When the bot is restarted the cache is reset.
|
'memory' - Cache will be in memory of the bot's process itself. Only use this on bots with a single shard. When the bot is restarted the cache is reset.
|
||||||
'redis' - Uses redis (which needs to be separately downloaded and installed). The cache will persist through bot restarts. You can configure connection string in creds.yml")]
|
'redis' - Uses redis (which needs to be separately downloaded and installed). The cache will persist through bot restarts. You can configure connection string in creds.yml")]
|
||||||
@@ -118,7 +121,7 @@ Windows default
|
|||||||
|
|
||||||
public Creds()
|
public Creds()
|
||||||
{
|
{
|
||||||
Version = 6;
|
Version = 7;
|
||||||
Token = string.Empty;
|
Token = string.Empty;
|
||||||
UsePrivilegedIntents = true;
|
UsePrivilegedIntents = true;
|
||||||
OwnerIds = new List<ulong>();
|
OwnerIds = new List<ulong>();
|
||||||
@@ -128,6 +131,7 @@ Windows default
|
|||||||
Patreon = new(string.Empty, string.Empty, string.Empty, string.Empty);
|
Patreon = new(string.Empty, string.Empty, string.Empty, string.Empty);
|
||||||
BotListToken = string.Empty;
|
BotListToken = string.Empty;
|
||||||
CleverbotApiKey = string.Empty;
|
CleverbotApiKey = string.Empty;
|
||||||
|
Gpt3ApiKey = string.Empty;
|
||||||
BotCache = BotCacheImplemenation.Memory;
|
BotCache = BotCacheImplemenation.Memory;
|
||||||
RedisOptions = "localhost:6379,syncTimeout=30000,responseTimeout=30000,allowAdmin=true,password=";
|
RedisOptions = "localhost:6379,syncTimeout=30000,responseTimeout=30000,allowAdmin=true,password=";
|
||||||
Db = new()
|
Db = new()
|
||||||
|
@@ -14,6 +14,7 @@ public interface IBotCredentials
|
|||||||
int TotalShards { get; }
|
int TotalShards { get; }
|
||||||
Creds.PatreonSettings Patreon { get; }
|
Creds.PatreonSettings Patreon { get; }
|
||||||
string CleverbotApiKey { get; }
|
string CleverbotApiKey { get; }
|
||||||
|
string Gpt3ApiKey { get; }
|
||||||
RestartConfig RestartCommand { get; }
|
RestartConfig RestartCommand { get; }
|
||||||
Creds.VotesSettings Votes { get; }
|
Creds.VotesSettings Votes { get; }
|
||||||
string BotListToken { get; }
|
string BotListToken { get; }
|
||||||
|
@@ -459,6 +459,9 @@ public sealed class MedusaLoaderService : IMedusaLoaderService, IReadyExecutor,
|
|||||||
pb.WithIsMultiple(paramData.IsParams)
|
pb.WithIsMultiple(paramData.IsParams)
|
||||||
.WithIsOptional(paramData.IsOptional)
|
.WithIsOptional(paramData.IsOptional)
|
||||||
.WithIsRemainder(paramData.IsLeftover);
|
.WithIsRemainder(paramData.IsLeftover);
|
||||||
|
|
||||||
|
if (paramData.IsOptional)
|
||||||
|
pb.WithDefault(paramData.DefaultValue);
|
||||||
};
|
};
|
||||||
|
|
||||||
[MethodImpl(MethodImplOptions.NoInlining)]
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
||||||
@@ -800,6 +803,7 @@ public sealed class MedusaLoaderService : IMedusaLoaderService, IReadyExecutor,
|
|||||||
|
|
||||||
var leftoverAttribute = pi.GetCustomAttribute<leftoverAttribute>(true);
|
var leftoverAttribute = pi.GetCustomAttribute<leftoverAttribute>(true);
|
||||||
var hasDefaultValue = pi.HasDefaultValue;
|
var hasDefaultValue = pi.HasDefaultValue;
|
||||||
|
var defaultValue = pi.DefaultValue;
|
||||||
var isLeftover = leftoverAttribute != null;
|
var isLeftover = leftoverAttribute != null;
|
||||||
var isParams = pi.GetCustomAttribute<ParamArrayAttribute>() is not null;
|
var isParams = pi.GetCustomAttribute<ParamArrayAttribute>() is not null;
|
||||||
var paramType = pi.ParameterType;
|
var paramType = pi.ParameterType;
|
||||||
@@ -857,7 +861,7 @@ public sealed class MedusaLoaderService : IMedusaLoaderService, IReadyExecutor,
|
|||||||
throw new ArgumentException("Leftover attribute error.");
|
throw new ArgumentException("Leftover attribute error.");
|
||||||
}
|
}
|
||||||
|
|
||||||
cmdParams.Add(new ParamData(paramType, paramName, hasDefaultValue, isLeftover, isParams));
|
cmdParams.Add(new ParamData(paramType, paramName, hasDefaultValue, defaultValue, isLeftover, isParams));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -4,6 +4,7 @@ public sealed record ParamData(
|
|||||||
Type Type,
|
Type Type,
|
||||||
string Name,
|
string Name,
|
||||||
bool IsOptional,
|
bool IsOptional,
|
||||||
|
object? DefaultValue,
|
||||||
bool IsLeftover,
|
bool IsLeftover,
|
||||||
bool IsParams
|
bool IsParams
|
||||||
);
|
);
|
@@ -1,5 +1,6 @@
|
|||||||
#nullable disable warnings
|
#nullable disable warnings
|
||||||
using SixLabors.ImageSharp.PixelFormats;
|
using SixLabors.ImageSharp.PixelFormats;
|
||||||
|
using System.Text.Json.Serialization;
|
||||||
|
|
||||||
namespace NadekoBot;
|
namespace NadekoBot;
|
||||||
|
|
||||||
@@ -7,14 +8,14 @@ public sealed record SmartEmbedArrayElementText : SmartEmbedTextBase
|
|||||||
{
|
{
|
||||||
public string Color { get; init; } = string.Empty;
|
public string Color { get; init; } = string.Empty;
|
||||||
|
|
||||||
public SmartEmbedArrayElementText() : base()
|
public SmartEmbedArrayElementText()
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public SmartEmbedArrayElementText(IEmbed eb) : base(eb)
|
public SmartEmbedArrayElementText(IEmbed eb) : base(eb)
|
||||||
{
|
{
|
||||||
|
Color = eb.Color is { } c ? new Rgba32(c.R, c.G, c.B).ToHex() : string.Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override EmbedBuilder GetEmbedInternal()
|
protected override EmbedBuilder GetEmbedInternal()
|
||||||
@@ -63,6 +64,7 @@ public abstract record SmartEmbedTextBase : SmartText
|
|||||||
public SmartTextEmbedFooter Footer { get; init; }
|
public SmartTextEmbedFooter Footer { get; init; }
|
||||||
public SmartTextEmbedField[] Fields { get; init; }
|
public SmartTextEmbedField[] Fields { get; init; }
|
||||||
|
|
||||||
|
[JsonIgnore]
|
||||||
public bool IsValid
|
public bool IsValid
|
||||||
=> !string.IsNullOrWhiteSpace(Title)
|
=> !string.IsNullOrWhiteSpace(Title)
|
||||||
|| !string.IsNullOrWhiteSpace(Description)
|
|| !string.IsNullOrWhiteSpace(Description)
|
||||||
|
@@ -1,4 +1,6 @@
|
|||||||
#nullable disable
|
#nullable disable
|
||||||
|
using System.Text.Json.Serialization;
|
||||||
|
|
||||||
namespace NadekoBot;
|
namespace NadekoBot;
|
||||||
|
|
||||||
public sealed record SmartEmbedTextArray : SmartText
|
public sealed record SmartEmbedTextArray : SmartText
|
||||||
@@ -6,6 +8,7 @@ public sealed record SmartEmbedTextArray : SmartText
|
|||||||
public string Content { get; set; }
|
public string Content { get; set; }
|
||||||
public SmartEmbedArrayElementText[] Embeds { get; set; }
|
public SmartEmbedArrayElementText[] Embeds { get; set; }
|
||||||
|
|
||||||
|
[JsonIgnore]
|
||||||
public bool IsValid
|
public bool IsValid
|
||||||
=> Embeds?.All(x => x.IsValid) ?? false;
|
=> Embeds?.All(x => x.IsValid) ?? false;
|
||||||
|
|
||||||
|
@@ -1,16 +1,20 @@
|
|||||||
#nullable disable
|
#nullable disable
|
||||||
using Newtonsoft.Json.Linq;
|
using Newtonsoft.Json.Linq;
|
||||||
|
using System.Text.Json.Serialization;
|
||||||
|
|
||||||
namespace NadekoBot;
|
namespace NadekoBot;
|
||||||
|
|
||||||
public abstract record SmartText
|
public abstract record SmartText
|
||||||
{
|
{
|
||||||
|
[JsonIgnore]
|
||||||
public bool IsEmbed
|
public bool IsEmbed
|
||||||
=> this is SmartEmbedText;
|
=> this is SmartEmbedText;
|
||||||
|
|
||||||
|
[JsonIgnore]
|
||||||
public bool IsPlainText
|
public bool IsPlainText
|
||||||
=> this is SmartPlainText;
|
=> this is SmartPlainText;
|
||||||
|
|
||||||
|
[JsonIgnore]
|
||||||
public bool IsEmbedArray
|
public bool IsEmbedArray
|
||||||
=> this is SmartEmbedTextArray;
|
=> this is SmartEmbedTextArray;
|
||||||
|
|
||||||
|
@@ -46,9 +46,7 @@ public sealed class CommandOrExprTypeReader : NadekoTypeReader<CommandOrExprInfo
|
|||||||
|
|
||||||
public override async ValueTask<TypeReaderResult<CommandOrExprInfo>> ReadAsync(ICommandContext ctx, string input)
|
public override async ValueTask<TypeReaderResult<CommandOrExprInfo>> ReadAsync(ICommandContext ctx, string input)
|
||||||
{
|
{
|
||||||
input = input.ToUpperInvariant();
|
if (_exprs.ExpressionExists(ctx.Guild?.Id, input))
|
||||||
|
|
||||||
if (_exprs.ExpressionExists(ctx.Guild?.Id, input) || _exprs.ExpressionExists(null, input))
|
|
||||||
return TypeReaderResult.FromSuccess(new CommandOrExprInfo(input, CommandOrExprInfo.Type.Custom));
|
return TypeReaderResult.FromSuccess(new CommandOrExprInfo(input, CommandOrExprInfo.Type.Custom));
|
||||||
|
|
||||||
var cmd = await new CommandTypeReader(_commandHandler, _cmds).ReadAsync(ctx, input);
|
var cmd = await new CommandTypeReader(_commandHandler, _cmds).ReadAsync(ctx, input);
|
||||||
|
@@ -12,10 +12,4 @@ public static class NadekoExpressionExtensions
|
|||||||
|
|
||||||
public static IEnumerable<NadekoExpression> ForId(this DbSet<NadekoExpression> exprs, ulong id)
|
public static IEnumerable<NadekoExpression> ForId(this DbSet<NadekoExpression> exprs, ulong id)
|
||||||
=> exprs.AsNoTracking().AsQueryable().Where(x => x.GuildId == id).ToList();
|
=> exprs.AsNoTracking().AsQueryable().Where(x => x.GuildId == id).ToList();
|
||||||
|
|
||||||
public static NadekoExpression GetByGuildIdAndInput(
|
|
||||||
this DbSet<NadekoExpression> exprs,
|
|
||||||
ulong? guildId,
|
|
||||||
string input)
|
|
||||||
=> exprs.FirstOrDefault(x => x.GuildId == guildId && x.Trigger.ToUpper() == input);
|
|
||||||
}
|
}
|
@@ -19,6 +19,7 @@ public class MuteService : INService
|
|||||||
|
|
||||||
private static readonly OverwritePermissions _denyOverwrite = new(addReactions: PermValue.Deny,
|
private static readonly OverwritePermissions _denyOverwrite = new(addReactions: PermValue.Deny,
|
||||||
sendMessages: PermValue.Deny,
|
sendMessages: PermValue.Deny,
|
||||||
|
sendMessagesInThreads: PermValue.Deny,
|
||||||
attachFiles: PermValue.Deny);
|
attachFiles: PermValue.Deny);
|
||||||
|
|
||||||
public event Action<IGuildUser, IUser, MuteType, string> UserMuted = delegate { };
|
public event Action<IGuildUser, IUser, MuteType, string> UserMuted = delegate { };
|
||||||
@@ -356,24 +357,24 @@ public class MuteService : INService
|
|||||||
|
|
||||||
public async Task TimedBan(
|
public async Task TimedBan(
|
||||||
IGuild guild,
|
IGuild guild,
|
||||||
IUser user,
|
ulong userId,
|
||||||
TimeSpan after,
|
TimeSpan after,
|
||||||
string reason,
|
string reason,
|
||||||
int pruneDays)
|
int pruneDays)
|
||||||
{
|
{
|
||||||
await guild.AddBanAsync(user.Id, pruneDays, reason);
|
await guild.AddBanAsync(userId, pruneDays, reason);
|
||||||
await using (var uow = _db.GetDbContext())
|
await using (var uow = _db.GetDbContext())
|
||||||
{
|
{
|
||||||
var config = uow.GuildConfigsForId(guild.Id, set => set.Include(x => x.UnbanTimer));
|
var config = uow.GuildConfigsForId(guild.Id, set => set.Include(x => x.UnbanTimer));
|
||||||
config.UnbanTimer.Add(new()
|
config.UnbanTimer.Add(new()
|
||||||
{
|
{
|
||||||
UserId = user.Id,
|
UserId = userId,
|
||||||
UnbanAt = DateTime.UtcNow + after
|
UnbanAt = DateTime.UtcNow + after
|
||||||
}); // add teh unmute timer to the database
|
}); // add teh unmute timer to the database
|
||||||
uow.SaveChanges();
|
await uow.SaveChangesAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
StartUn_Timer(guild.Id, user.Id, after, TimerType.Ban); // start the timer
|
StartUn_Timer(guild.Id, userId, after, TimerType.Ban); // start the timer
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task TimedRole(
|
public async Task TimedRole(
|
||||||
|
@@ -9,9 +9,9 @@ using NadekoBot.Services.Database.Models;
|
|||||||
namespace NadekoBot.Modules.Administration;
|
namespace NadekoBot.Modules.Administration;
|
||||||
|
|
||||||
public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
||||||
#if !GLOBAL_NADEKO
|
#if !GLOBAL_NADEKO
|
||||||
, INService // don't load this service on global nadeko
|
, INService // don't load this service on global nadeko
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
public ConcurrentDictionary<ulong, LogSetting> GuildLogSettings { get; }
|
public ConcurrentDictionary<ulong, LogSetting> GuildLogSettings { get; }
|
||||||
|
|
||||||
@@ -54,10 +54,10 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
{
|
{
|
||||||
var guildIds = client.Guilds.Select(x => x.Id).ToList();
|
var guildIds = client.Guilds.Select(x => x.Id).ToList();
|
||||||
var configs = uow.LogSettings.AsQueryable()
|
var configs = uow.LogSettings.AsQueryable()
|
||||||
.AsNoTracking()
|
.AsNoTracking()
|
||||||
.Where(x => guildIds.Contains(x.GuildId))
|
.Where(x => guildIds.Contains(x.GuildId))
|
||||||
.Include(ls => ls.LogIgnores)
|
.Include(ls => ls.LogIgnores)
|
||||||
.ToList();
|
.ToList();
|
||||||
|
|
||||||
GuildLogSettings = configs.ToDictionary(ls => ls.GuildId).ToConcurrent();
|
GuildLogSettings = configs.ToDictionary(ls => ls.GuildId).ToConcurrent();
|
||||||
}
|
}
|
||||||
@@ -73,6 +73,7 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
_client.UserVoiceStateUpdated += _client_UserVoiceStateUpdated;
|
_client.UserVoiceStateUpdated += _client_UserVoiceStateUpdated;
|
||||||
_client.UserVoiceStateUpdated += _client_UserVoiceStateUpdated_TTS;
|
_client.UserVoiceStateUpdated += _client_UserVoiceStateUpdated_TTS;
|
||||||
_client.GuildMemberUpdated += _client_GuildUserUpdated;
|
_client.GuildMemberUpdated += _client_GuildUserUpdated;
|
||||||
|
_client.PresenceUpdated += _client_PresenceUpdated;
|
||||||
_client.UserUpdated += _client_UserUpdated;
|
_client.UserUpdated += _client_UserUpdated;
|
||||||
_client.ChannelCreated += _client_ChannelCreated;
|
_client.ChannelCreated += _client_ChannelCreated;
|
||||||
_client.ChannelDestroyed += _client_ChannelDestroyed;
|
_client.ChannelDestroyed += _client_ChannelDestroyed;
|
||||||
@@ -90,6 +91,59 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
_punishService.OnUserWarned += PunishServiceOnOnUserWarned;
|
_punishService.OnUserWarned += PunishServiceOnOnUserWarned;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private async Task _client_PresenceUpdated(SocketUser user, SocketPresence? before, SocketPresence? after)
|
||||||
|
{
|
||||||
|
if (user is not SocketGuildUser gu)
|
||||||
|
return;
|
||||||
|
|
||||||
|
if (!GuildLogSettings.TryGetValue(gu.Guild.Id, out var logSetting)
|
||||||
|
|| before is null
|
||||||
|
|| after is null)
|
||||||
|
return;
|
||||||
|
|
||||||
|
ITextChannel? logChannel;
|
||||||
|
|
||||||
|
if (!user.IsBot
|
||||||
|
&& logSetting.LogUserPresenceId is not null
|
||||||
|
&& (logChannel =
|
||||||
|
await TryGetLogChannel(gu.Guild, logSetting, LogType.UserPresence)) is not null)
|
||||||
|
{
|
||||||
|
if (before.Status != after.Status)
|
||||||
|
{
|
||||||
|
var str = "🎭"
|
||||||
|
+ Format.Code(PrettyCurrentTime(gu.Guild))
|
||||||
|
+ GetText(logChannel.Guild,
|
||||||
|
strs.user_status_change("👤" + Format.Bold(gu.Username),
|
||||||
|
Format.Bold(after.Status.ToString())));
|
||||||
|
PresenceUpdates.AddOrUpdate(logChannel,
|
||||||
|
new List<string>
|
||||||
|
{
|
||||||
|
str
|
||||||
|
},
|
||||||
|
(_, list) =>
|
||||||
|
{
|
||||||
|
list.Add(str);
|
||||||
|
return list;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
else if (before.Activities.FirstOrDefault()?.Name != after.Activities.FirstOrDefault()?.Name)
|
||||||
|
{
|
||||||
|
var str =
|
||||||
|
$"👾`{PrettyCurrentTime(gu.Guild)}`👤__**{gu.Username}**__ is now playing **{after.Activities.FirstOrDefault()?.Name ?? "-"}**.";
|
||||||
|
PresenceUpdates.AddOrUpdate(logChannel,
|
||||||
|
new List<string>
|
||||||
|
{
|
||||||
|
str
|
||||||
|
},
|
||||||
|
(_, list) =>
|
||||||
|
{
|
||||||
|
list.Add(str);
|
||||||
|
return list;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private Task _client_ThreadDeleted(Cacheable<SocketThreadChannel, ulong> sch)
|
private Task _client_ThreadDeleted(Cacheable<SocketThreadChannel, ulong> sch)
|
||||||
{
|
{
|
||||||
_ = Task.Run(async () =>
|
_ = Task.Run(async () =>
|
||||||
@@ -177,22 +231,24 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
var keys = PresenceUpdates.Keys.ToList();
|
var keys = PresenceUpdates.Keys.ToList();
|
||||||
|
|
||||||
await keys.Select(key =>
|
await keys.Select(key =>
|
||||||
{
|
{
|
||||||
if (!((SocketGuild)key.Guild).CurrentUser.GetPermissions(key).SendMessages)
|
if (!((SocketGuild)key.Guild).CurrentUser.GetPermissions(key).SendMessages)
|
||||||
return Task.CompletedTask;
|
return Task.CompletedTask;
|
||||||
|
|
||||||
if (PresenceUpdates.TryRemove(key, out var msgs))
|
if (PresenceUpdates.TryRemove(key, out var msgs))
|
||||||
{
|
{
|
||||||
var title = GetText(key.Guild, strs.presence_updates);
|
var title = GetText(key.Guild, strs.presence_updates);
|
||||||
var desc = string.Join(Environment.NewLine, msgs);
|
var desc = string.Join(Environment.NewLine, msgs);
|
||||||
return key.SendConfirmAsync(_eb, title, desc.TrimTo(2048)!);
|
return key.SendConfirmAsync(_eb, title, desc.TrimTo(2048)!);
|
||||||
}
|
}
|
||||||
|
|
||||||
return Task.CompletedTask;
|
return Task.CompletedTask;
|
||||||
})
|
})
|
||||||
.WhenAll();
|
.WhenAll();
|
||||||
|
}
|
||||||
|
catch
|
||||||
|
{
|
||||||
}
|
}
|
||||||
catch { }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -255,13 +311,13 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
logSetting.UserLeftId = logSetting.UserBannedId = logSetting.UserUnbannedId = logSetting.UserUpdatedId =
|
logSetting.UserLeftId = logSetting.UserBannedId = logSetting.UserUnbannedId = logSetting.UserUpdatedId =
|
||||||
logSetting.ChannelCreatedId = logSetting.ChannelDestroyedId = logSetting.ChannelUpdatedId =
|
logSetting.ChannelCreatedId = logSetting.ChannelDestroyedId = logSetting.ChannelUpdatedId =
|
||||||
logSetting.LogUserPresenceId = logSetting.LogVoicePresenceId = logSetting.UserMutedId =
|
logSetting.LogUserPresenceId = logSetting.LogVoicePresenceId = logSetting.UserMutedId =
|
||||||
logSetting.LogVoicePresenceTTSId = value ? channelId : null;
|
logSetting.LogVoicePresenceTTSId = logSetting.ThreadCreatedId = logSetting.ThreadDeletedId
|
||||||
|
= logSetting.LogWarnsId = value ? channelId : null;
|
||||||
await uow.SaveChangesAsync();
|
await uow.SaveChangesAsync();
|
||||||
GuildLogSettings.AddOrUpdate(guildId, _ => logSetting, (_, _) => logSetting);
|
GuildLogSettings.AddOrUpdate(guildId, _ => logSetting, (_, _) => logSetting);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
private async Task PunishServiceOnOnUserWarned(Warning arg)
|
private async Task PunishServiceOnOnUserWarned(Warning arg)
|
||||||
{
|
{
|
||||||
if (!GuildLogSettings.TryGetValue(arg.GuildId, out var logSetting) || logSetting.LogWarnsId is null)
|
if (!GuildLogSettings.TryGetValue(arg.GuildId, out var logSetting) || logSetting.LogWarnsId is null)
|
||||||
@@ -274,12 +330,12 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
var embed = _eb.Create()
|
var embed = _eb.Create()
|
||||||
.WithOkColor()
|
.WithOkColor()
|
||||||
.WithTitle($"⚠️ User Warned")
|
.WithTitle($"⚠️ User Warned")
|
||||||
.WithDescription($"<@{arg.UserId}> | {arg.UserId}")
|
.WithDescription($"<@{arg.UserId}> | {arg.UserId}")
|
||||||
.AddField("Mod", arg.Moderator)
|
.AddField("Mod", arg.Moderator)
|
||||||
.AddField("Reason", string.IsNullOrWhiteSpace(arg.Reason) ? "-" : arg.Reason, true)
|
.AddField("Reason", string.IsNullOrWhiteSpace(arg.Reason) ? "-" : arg.Reason, true)
|
||||||
.WithFooter(CurrentTime(g));
|
.WithFooter(CurrentTime(g));
|
||||||
|
|
||||||
await logChannel.EmbedAsync(embed);
|
await logChannel.EmbedAsync(embed);
|
||||||
}
|
}
|
||||||
@@ -307,18 +363,18 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
if (before.Username != after.Username)
|
if (before.Username != after.Username)
|
||||||
{
|
{
|
||||||
embed.WithTitle("👥 " + GetText(g, strs.username_changed))
|
embed.WithTitle("👥 " + GetText(g, strs.username_changed))
|
||||||
.WithDescription($"{before.Username}#{before.Discriminator} | {before.Id}")
|
.WithDescription($"{before.Username}#{before.Discriminator} | {before.Id}")
|
||||||
.AddField("Old Name", $"{before.Username}", true)
|
.AddField("Old Name", $"{before.Username}", true)
|
||||||
.AddField("New Name", $"{after.Username}", true)
|
.AddField("New Name", $"{after.Username}", true)
|
||||||
.WithFooter(CurrentTime(g))
|
.WithFooter(CurrentTime(g))
|
||||||
.WithOkColor();
|
.WithOkColor();
|
||||||
}
|
}
|
||||||
else if (before.AvatarId != after.AvatarId)
|
else if (before.AvatarId != after.AvatarId)
|
||||||
{
|
{
|
||||||
embed.WithTitle("👥" + GetText(g, strs.avatar_changed))
|
embed.WithTitle("👥" + GetText(g, strs.avatar_changed))
|
||||||
.WithDescription($"{before.Username}#{before.Discriminator} | {before.Id}")
|
.WithDescription($"{before.Username}#{before.Discriminator} | {before.Id}")
|
||||||
.WithFooter(CurrentTime(g))
|
.WithFooter(CurrentTime(g))
|
||||||
.WithOkColor();
|
.WithOkColor();
|
||||||
|
|
||||||
var bav = before.RealAvatarUrl();
|
var bav = before.RealAvatarUrl();
|
||||||
if (bav.IsAbsoluteUri)
|
if (bav.IsAbsoluteUri)
|
||||||
@@ -482,10 +538,10 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
}
|
}
|
||||||
|
|
||||||
var embed = _eb.Create()
|
var embed = _eb.Create()
|
||||||
.WithAuthor(mutes)
|
.WithAuthor(mutes)
|
||||||
.WithTitle($"{usr.Username}#{usr.Discriminator} | {usr.Id}")
|
.WithTitle($"{usr.Username}#{usr.Discriminator} | {usr.Id}")
|
||||||
.WithFooter(CurrentTime(usr.Guild))
|
.WithFooter(CurrentTime(usr.Guild))
|
||||||
.WithOkColor();
|
.WithOkColor();
|
||||||
|
|
||||||
await logChannel.EmbedAsync(embed);
|
await logChannel.EmbedAsync(embed);
|
||||||
}
|
}
|
||||||
@@ -529,10 +585,10 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
}
|
}
|
||||||
|
|
||||||
var embed = _eb.Create()
|
var embed = _eb.Create()
|
||||||
.WithAuthor(mutes)
|
.WithAuthor(mutes)
|
||||||
.WithTitle($"{usr.Username}#{usr.Discriminator} | {usr.Id}")
|
.WithTitle($"{usr.Username}#{usr.Discriminator} | {usr.Id}")
|
||||||
.WithFooter($"{CurrentTime(usr.Guild)}")
|
.WithFooter($"{CurrentTime(usr.Guild)}")
|
||||||
.WithOkColor();
|
.WithOkColor();
|
||||||
|
|
||||||
if (!string.IsNullOrWhiteSpace(reason))
|
if (!string.IsNullOrWhiteSpace(reason))
|
||||||
embed.WithDescription(reason);
|
embed.WithDescription(reason);
|
||||||
@@ -583,11 +639,11 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
}
|
}
|
||||||
|
|
||||||
var embed = _eb.Create()
|
var embed = _eb.Create()
|
||||||
.WithAuthor($"🛡 Anti-{protection}")
|
.WithAuthor($"🛡 Anti-{protection}")
|
||||||
.WithTitle(GetText(logChannel.Guild, strs.users) + " " + punishment)
|
.WithTitle(GetText(logChannel.Guild, strs.users) + " " + punishment)
|
||||||
.WithDescription(string.Join("\n", users.Select(u => u.ToString())))
|
.WithDescription(string.Join("\n", users.Select(u => u.ToString())))
|
||||||
.WithFooter(CurrentTime(logChannel.Guild))
|
.WithFooter(CurrentTime(logChannel.Guild))
|
||||||
.WithOkColor();
|
.WithOkColor();
|
||||||
|
|
||||||
await logChannel.EmbedAsync(embed);
|
await logChannel.EmbedAsync(embed);
|
||||||
}
|
}
|
||||||
@@ -636,16 +692,16 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
&& (logChannel = await TryGetLogChannel(before.Guild, logSetting, LogType.UserUpdated)) is not null)
|
&& (logChannel = await TryGetLogChannel(before.Guild, logSetting, LogType.UserUpdated)) is not null)
|
||||||
{
|
{
|
||||||
var embed = _eb.Create()
|
var embed = _eb.Create()
|
||||||
.WithOkColor()
|
.WithOkColor()
|
||||||
.WithFooter(CurrentTime(before.Guild))
|
.WithFooter(CurrentTime(before.Guild))
|
||||||
.WithTitle($"{before.Username}#{before.Discriminator} | {before.Id}");
|
.WithTitle($"{before.Username}#{before.Discriminator} | {before.Id}");
|
||||||
if (before.Nickname != after.Nickname)
|
if (before.Nickname != after.Nickname)
|
||||||
{
|
{
|
||||||
embed.WithAuthor("👥 " + GetText(logChannel.Guild, strs.nick_change))
|
embed.WithAuthor("👥 " + GetText(logChannel.Guild, strs.nick_change))
|
||||||
.AddField(GetText(logChannel.Guild, strs.old_nick),
|
.AddField(GetText(logChannel.Guild, strs.old_nick),
|
||||||
$"{before.Nickname}#{before.Discriminator}")
|
$"{before.Nickname}#{before.Discriminator}")
|
||||||
.AddField(GetText(logChannel.Guild, strs.new_nick),
|
.AddField(GetText(logChannel.Guild, strs.new_nick),
|
||||||
$"{after.Nickname}#{after.Discriminator}");
|
$"{after.Nickname}#{after.Discriminator}");
|
||||||
|
|
||||||
await logChannel.EmbedAsync(embed);
|
await logChannel.EmbedAsync(embed);
|
||||||
}
|
}
|
||||||
@@ -655,7 +711,7 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
{
|
{
|
||||||
var diffRoles = after.Roles.Where(r => !before.Roles.Contains(r)).Select(r => r.Name);
|
var diffRoles = after.Roles.Where(r => !before.Roles.Contains(r)).Select(r => r.Name);
|
||||||
embed.WithAuthor("⚔ " + GetText(logChannel.Guild, strs.user_role_add))
|
embed.WithAuthor("⚔ " + GetText(logChannel.Guild, strs.user_role_add))
|
||||||
.WithDescription(string.Join(", ", diffRoles).SanitizeMentions());
|
.WithDescription(string.Join(", ", diffRoles).SanitizeMentions());
|
||||||
|
|
||||||
await logChannel.EmbedAsync(embed);
|
await logChannel.EmbedAsync(embed);
|
||||||
}
|
}
|
||||||
@@ -663,59 +719,19 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
{
|
{
|
||||||
await Task.Delay(1000);
|
await Task.Delay(1000);
|
||||||
var diffRoles = before.Roles.Where(r => !after.Roles.Contains(r) && !IsRoleDeleted(r.Id))
|
var diffRoles = before.Roles.Where(r => !after.Roles.Contains(r) && !IsRoleDeleted(r.Id))
|
||||||
.Select(r => r.Name)
|
.Select(r => r.Name)
|
||||||
.ToList();
|
.ToList();
|
||||||
|
|
||||||
if (diffRoles.Any())
|
if (diffRoles.Any())
|
||||||
{
|
{
|
||||||
embed.WithAuthor("⚔ " + GetText(logChannel.Guild, strs.user_role_rem))
|
embed.WithAuthor("⚔ " + GetText(logChannel.Guild, strs.user_role_rem))
|
||||||
.WithDescription(string.Join(", ", diffRoles).SanitizeMentions());
|
.WithDescription(string.Join(", ", diffRoles).SanitizeMentions());
|
||||||
|
|
||||||
await logChannel.EmbedAsync(embed);
|
await logChannel.EmbedAsync(embed);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!before.IsBot
|
|
||||||
&& logSetting.LogUserPresenceId is not null
|
|
||||||
&& (logChannel =
|
|
||||||
await TryGetLogChannel(before.Guild, logSetting, LogType.UserPresence)) is not null)
|
|
||||||
{
|
|
||||||
if (before.Status != after.Status)
|
|
||||||
{
|
|
||||||
var str = "🎭"
|
|
||||||
+ Format.Code(PrettyCurrentTime(after.Guild))
|
|
||||||
+ GetText(logChannel.Guild,
|
|
||||||
strs.user_status_change("👤" + Format.Bold(after.Username),
|
|
||||||
Format.Bold(after.Status.ToString())));
|
|
||||||
PresenceUpdates.AddOrUpdate(logChannel,
|
|
||||||
new List<string>
|
|
||||||
{
|
|
||||||
str
|
|
||||||
},
|
|
||||||
(_, list) =>
|
|
||||||
{
|
|
||||||
list.Add(str);
|
|
||||||
return list;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
else if (before.Activities.FirstOrDefault()?.Name != after.Activities.FirstOrDefault()?.Name)
|
|
||||||
{
|
|
||||||
var str =
|
|
||||||
$"👾`{PrettyCurrentTime(after.Guild)}`👤__**{after.Username}**__ is now playing **{after.Activities.FirstOrDefault()?.Name ?? "-"}**.";
|
|
||||||
PresenceUpdates.AddOrUpdate(logChannel,
|
|
||||||
new List<string>
|
|
||||||
{
|
|
||||||
str
|
|
||||||
},
|
|
||||||
(_, list) =>
|
|
||||||
{
|
|
||||||
list.Add(str);
|
|
||||||
return list;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
@@ -754,15 +770,15 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
if (before.Name != after.Name)
|
if (before.Name != after.Name)
|
||||||
{
|
{
|
||||||
embed.WithTitle("ℹ️ " + GetText(logChannel.Guild, strs.ch_name_change))
|
embed.WithTitle("ℹ️ " + GetText(logChannel.Guild, strs.ch_name_change))
|
||||||
.WithDescription($"{after} | {after.Id}")
|
.WithDescription($"{after} | {after.Id}")
|
||||||
.AddField(GetText(logChannel.Guild, strs.ch_old_name), before.Name);
|
.AddField(GetText(logChannel.Guild, strs.ch_old_name), before.Name);
|
||||||
}
|
}
|
||||||
else if (beforeTextChannel?.Topic != afterTextChannel?.Topic)
|
else if (beforeTextChannel?.Topic != afterTextChannel?.Topic)
|
||||||
{
|
{
|
||||||
embed.WithTitle("ℹ️ " + GetText(logChannel.Guild, strs.ch_topic_change))
|
embed.WithTitle("ℹ️ " + GetText(logChannel.Guild, strs.ch_topic_change))
|
||||||
.WithDescription($"{after} | {after.Id}")
|
.WithDescription($"{after} | {after.Id}")
|
||||||
.AddField(GetText(logChannel.Guild, strs.old_topic), beforeTextChannel?.Topic ?? "-")
|
.AddField(GetText(logChannel.Guild, strs.old_topic), beforeTextChannel?.Topic ?? "-")
|
||||||
.AddField(GetText(logChannel.Guild, strs.new_topic), afterTextChannel?.Topic ?? "-");
|
.AddField(GetText(logChannel.Guild, strs.new_topic), afterTextChannel?.Topic ?? "-");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
return;
|
return;
|
||||||
@@ -803,10 +819,10 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
title = GetText(logChannel.Guild, strs.text_chan_destroyed);
|
title = GetText(logChannel.Guild, strs.text_chan_destroyed);
|
||||||
|
|
||||||
await logChannel.EmbedAsync(_eb.Create()
|
await logChannel.EmbedAsync(_eb.Create()
|
||||||
.WithOkColor()
|
.WithOkColor()
|
||||||
.WithTitle("🆕 " + title)
|
.WithTitle("🆕 " + title)
|
||||||
.WithDescription($"{ch.Name} | {ch.Id}")
|
.WithDescription($"{ch.Name} | {ch.Id}")
|
||||||
.WithFooter(CurrentTime(ch.Guild)));
|
.WithFooter(CurrentTime(ch.Guild)));
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
@@ -839,10 +855,10 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
title = GetText(logChannel.Guild, strs.text_chan_created);
|
title = GetText(logChannel.Guild, strs.text_chan_created);
|
||||||
|
|
||||||
await logChannel.EmbedAsync(_eb.Create()
|
await logChannel.EmbedAsync(_eb.Create()
|
||||||
.WithOkColor()
|
.WithOkColor()
|
||||||
.WithTitle("🆕 " + title)
|
.WithTitle("🆕 " + title)
|
||||||
.WithDescription($"{ch.Name} | {ch.Id}")
|
.WithDescription($"{ch.Name} | {ch.Id}")
|
||||||
.WithFooter(CurrentTime(ch.Guild)));
|
.WithFooter(CurrentTime(ch.Guild)));
|
||||||
}
|
}
|
||||||
catch (Exception)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
@@ -942,11 +958,11 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
if ((logChannel = await TryGetLogChannel(guild, logSetting, LogType.UserLeft)) is null)
|
if ((logChannel = await TryGetLogChannel(guild, logSetting, LogType.UserLeft)) is null)
|
||||||
return;
|
return;
|
||||||
var embed = _eb.Create()
|
var embed = _eb.Create()
|
||||||
.WithOkColor()
|
.WithOkColor()
|
||||||
.WithTitle("❌ " + GetText(logChannel.Guild, strs.user_left))
|
.WithTitle("❌ " + GetText(logChannel.Guild, strs.user_left))
|
||||||
.WithDescription(usr.ToString())
|
.WithDescription(usr.ToString())
|
||||||
.AddField("Id", usr.Id.ToString())
|
.AddField("Id", usr.Id.ToString())
|
||||||
.WithFooter(CurrentTime(guild));
|
.WithFooter(CurrentTime(guild));
|
||||||
|
|
||||||
if (Uri.IsWellFormedUriString(usr.GetAvatarUrl(), UriKind.Absolute))
|
if (Uri.IsWellFormedUriString(usr.GetAvatarUrl(), UriKind.Absolute))
|
||||||
embed.WithThumbnailUrl(usr.GetAvatarUrl());
|
embed.WithThumbnailUrl(usr.GetAvatarUrl());
|
||||||
@@ -975,17 +991,17 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
var embed = _eb.Create()
|
var embed = _eb.Create()
|
||||||
.WithOkColor()
|
.WithOkColor()
|
||||||
.WithTitle("✅ " + GetText(logChannel.Guild, strs.user_joined))
|
.WithTitle("✅ " + GetText(logChannel.Guild, strs.user_joined))
|
||||||
.WithDescription($"{usr.Mention} `{usr}`")
|
.WithDescription($"{usr.Mention} `{usr}`")
|
||||||
.AddField("Id", usr.Id.ToString())
|
.AddField("Id", usr.Id.ToString())
|
||||||
.AddField(GetText(logChannel.Guild, strs.joined_server),
|
.AddField(GetText(logChannel.Guild, strs.joined_server),
|
||||||
$"{usr.JoinedAt?.ToString("dd.MM.yyyy HH:mm") ?? "?"}",
|
$"{usr.JoinedAt?.ToString("dd.MM.yyyy HH:mm") ?? "?"}",
|
||||||
true)
|
true)
|
||||||
.AddField(GetText(logChannel.Guild, strs.joined_discord),
|
.AddField(GetText(logChannel.Guild, strs.joined_discord),
|
||||||
$"{usr.CreatedAt:dd.MM.yyyy HH:mm}",
|
$"{usr.CreatedAt:dd.MM.yyyy HH:mm}",
|
||||||
true)
|
true)
|
||||||
.WithFooter(CurrentTime(usr.Guild));
|
.WithFooter(CurrentTime(usr.Guild));
|
||||||
|
|
||||||
if (Uri.IsWellFormedUriString(usr.GetAvatarUrl(), UriKind.Absolute))
|
if (Uri.IsWellFormedUriString(usr.GetAvatarUrl(), UriKind.Absolute))
|
||||||
embed.WithThumbnailUrl(usr.GetAvatarUrl());
|
embed.WithThumbnailUrl(usr.GetAvatarUrl());
|
||||||
@@ -1016,11 +1032,11 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
if ((logChannel = await TryGetLogChannel(guild, logSetting, LogType.UserUnbanned)) is null)
|
if ((logChannel = await TryGetLogChannel(guild, logSetting, LogType.UserUnbanned)) is null)
|
||||||
return;
|
return;
|
||||||
var embed = _eb.Create()
|
var embed = _eb.Create()
|
||||||
.WithOkColor()
|
.WithOkColor()
|
||||||
.WithTitle("♻️ " + GetText(logChannel.Guild, strs.user_unbanned))
|
.WithTitle("♻️ " + GetText(logChannel.Guild, strs.user_unbanned))
|
||||||
.WithDescription(usr.ToString()!)
|
.WithDescription(usr.ToString()!)
|
||||||
.AddField("Id", usr.Id.ToString())
|
.AddField("Id", usr.Id.ToString())
|
||||||
.WithFooter(CurrentTime(guild));
|
.WithFooter(CurrentTime(guild));
|
||||||
|
|
||||||
if (Uri.IsWellFormedUriString(usr.GetAvatarUrl(), UriKind.Absolute))
|
if (Uri.IsWellFormedUriString(usr.GetAvatarUrl(), UriKind.Absolute))
|
||||||
embed.WithThumbnailUrl(usr.GetAvatarUrl());
|
embed.WithThumbnailUrl(usr.GetAvatarUrl());
|
||||||
@@ -1060,16 +1076,15 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var embed = _eb.Create()
|
var embed = _eb.Create()
|
||||||
.WithOkColor()
|
.WithOkColor()
|
||||||
.WithTitle("🚫 " + GetText(logChannel.Guild, strs.user_banned))
|
.WithTitle("🚫 " + GetText(logChannel.Guild, strs.user_banned))
|
||||||
.WithDescription(usr.ToString()!)
|
.WithDescription(usr.ToString()!)
|
||||||
.AddField("Id", usr.Id.ToString())
|
.AddField("Id", usr.Id.ToString())
|
||||||
.AddField("Reason", string.IsNullOrWhiteSpace(reason) ? "-" : reason)
|
.AddField("Reason", string.IsNullOrWhiteSpace(reason) ? "-" : reason)
|
||||||
.WithFooter(CurrentTime(guild));
|
.WithFooter(CurrentTime(guild));
|
||||||
|
|
||||||
var avatarUrl = usr.GetAvatarUrl();
|
var avatarUrl = usr.GetAvatarUrl();
|
||||||
|
|
||||||
@@ -1115,14 +1130,14 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
|
|
||||||
var resolvedMessage = msg.Resolve(TagHandling.FullName);
|
var resolvedMessage = msg.Resolve(TagHandling.FullName);
|
||||||
var embed = _eb.Create()
|
var embed = _eb.Create()
|
||||||
.WithOkColor()
|
.WithOkColor()
|
||||||
.WithTitle("🗑 "
|
.WithTitle("🗑 "
|
||||||
+ GetText(logChannel.Guild, strs.msg_del(((ITextChannel)msg.Channel).Name)))
|
+ GetText(logChannel.Guild, strs.msg_del(((ITextChannel)msg.Channel).Name)))
|
||||||
.WithDescription(msg.Author.ToString()!)
|
.WithDescription(msg.Author.ToString()!)
|
||||||
.AddField(GetText(logChannel.Guild, strs.content),
|
.AddField(GetText(logChannel.Guild, strs.content),
|
||||||
string.IsNullOrWhiteSpace(resolvedMessage) ? "-" : resolvedMessage)
|
string.IsNullOrWhiteSpace(resolvedMessage) ? "-" : resolvedMessage)
|
||||||
.AddField("Id", msg.Id.ToString())
|
.AddField("Id", msg.Id.ToString())
|
||||||
.WithFooter(CurrentTime(channel.Guild));
|
.WithFooter(CurrentTime(channel.Guild));
|
||||||
if (msg.Attachments.Any())
|
if (msg.Attachments.Any())
|
||||||
{
|
{
|
||||||
embed.AddField(GetText(logChannel.Guild, strs.attachments),
|
embed.AddField(GetText(logChannel.Guild, strs.attachments),
|
||||||
@@ -1175,19 +1190,19 @@ public sealed class LogCommandService : ILogCommandService, IReadyExecutor
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
var embed = _eb.Create()
|
var embed = _eb.Create()
|
||||||
.WithOkColor()
|
.WithOkColor()
|
||||||
.WithTitle("📝 "
|
.WithTitle("📝 "
|
||||||
+ GetText(logChannel.Guild,
|
+ GetText(logChannel.Guild,
|
||||||
strs.msg_update(((ITextChannel)after.Channel).Name)))
|
strs.msg_update(((ITextChannel)after.Channel).Name)))
|
||||||
.WithDescription(after.Author.ToString()!)
|
.WithDescription(after.Author.ToString()!)
|
||||||
.AddField(GetText(logChannel.Guild, strs.old_msg),
|
.AddField(GetText(logChannel.Guild, strs.old_msg),
|
||||||
string.IsNullOrWhiteSpace(before.Content)
|
string.IsNullOrWhiteSpace(before.Content)
|
||||||
? "-"
|
? "-"
|
||||||
: before.Resolve(TagHandling.FullName))
|
: before.Resolve(TagHandling.FullName))
|
||||||
.AddField(GetText(logChannel.Guild, strs.new_msg),
|
.AddField(GetText(logChannel.Guild, strs.new_msg),
|
||||||
string.IsNullOrWhiteSpace(after.Content) ? "-" : after.Resolve(TagHandling.FullName))
|
string.IsNullOrWhiteSpace(after.Content) ? "-" : after.Resolve(TagHandling.FullName))
|
||||||
.AddField("Id", after.Id.ToString())
|
.AddField("Id", after.Id.ToString())
|
||||||
.WithFooter(CurrentTime(channel.Guild));
|
.WithFooter(CurrentTime(channel.Guild));
|
||||||
|
|
||||||
await logChannel.EmbedAsync(embed);
|
await logChannel.EmbedAsync(embed);
|
||||||
}
|
}
|
||||||
|
@@ -402,12 +402,21 @@ public partial class Administration
|
|||||||
[UserPerm(GuildPerm.BanMembers)]
|
[UserPerm(GuildPerm.BanMembers)]
|
||||||
[BotPerm(GuildPerm.BanMembers)]
|
[BotPerm(GuildPerm.BanMembers)]
|
||||||
[Priority(1)]
|
[Priority(1)]
|
||||||
public async Task Ban(StoopidTime time, IUser user, [Leftover] string msg = null)
|
public Task Ban(StoopidTime time, IUser user, [Leftover] string msg = null)
|
||||||
|
=> Ban(time, user.Id, msg);
|
||||||
|
|
||||||
|
[Cmd]
|
||||||
|
[RequireContext(ContextType.Guild)]
|
||||||
|
[UserPerm(GuildPerm.BanMembers)]
|
||||||
|
[BotPerm(GuildPerm.BanMembers)]
|
||||||
|
[Priority(0)]
|
||||||
|
public async Task Ban(StoopidTime time, ulong userId, [Leftover] string msg = null)
|
||||||
{
|
{
|
||||||
if (time.Time > TimeSpan.FromDays(49))
|
if (time.Time > TimeSpan.FromDays(49))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
var guildUser = await ((DiscordSocketClient)Context.Client).Rest.GetGuildUserAsync(ctx.Guild.Id, user.Id);
|
var guildUser = await ((DiscordSocketClient)Context.Client).Rest.GetGuildUserAsync(ctx.Guild.Id, userId);
|
||||||
|
|
||||||
|
|
||||||
if (guildUser is not null && !await CheckRoleHierarchy(guildUser))
|
if (guildUser is not null && !await CheckRoleHierarchy(guildUser))
|
||||||
return;
|
return;
|
||||||
@@ -429,13 +438,14 @@ public partial class Administration
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var user = await ctx.Client.GetUserAsync(userId);
|
||||||
var banPrune = await _service.GetBanPruneAsync(ctx.Guild.Id) ?? 7;
|
var banPrune = await _service.GetBanPruneAsync(ctx.Guild.Id) ?? 7;
|
||||||
await _mute.TimedBan(ctx.Guild, user, time.Time, (ctx.User + " | " + msg).TrimTo(512), banPrune);
|
await _mute.TimedBan(ctx.Guild, userId, time.Time, (ctx.User + " | " + msg).TrimTo(512), banPrune);
|
||||||
var toSend = _eb.Create()
|
var toSend = _eb.Create()
|
||||||
.WithOkColor()
|
.WithOkColor()
|
||||||
.WithTitle("⛔️ " + GetText(strs.banned_user))
|
.WithTitle("⛔️ " + GetText(strs.banned_user))
|
||||||
.AddField(GetText(strs.username), user.ToString(), true)
|
.AddField(GetText(strs.username), user?.ToString() ?? userId.ToString(), true)
|
||||||
.AddField("ID", user.Id.ToString(), true)
|
.AddField("ID", userId.ToString(), true)
|
||||||
.AddField(GetText(strs.duration),
|
.AddField(GetText(strs.duration),
|
||||||
time.Time.Humanize(3, minUnit: TimeUnit.Minute, culture: Culture),
|
time.Time.Humanize(3, minUnit: TimeUnit.Minute, culture: Culture),
|
||||||
true);
|
true);
|
||||||
|
@@ -157,7 +157,7 @@ public class UserPunishService : INService, IReadyExecutor
|
|||||||
if (minutes == 0)
|
if (minutes == 0)
|
||||||
await guild.AddBanAsync(user, reason: reason, pruneDays: banPrune);
|
await guild.AddBanAsync(user, reason: reason, pruneDays: banPrune);
|
||||||
else
|
else
|
||||||
await _mute.TimedBan(user.Guild, user, TimeSpan.FromMinutes(minutes), reason, banPrune);
|
await _mute.TimedBan(user.Guild, user.Id, TimeSpan.FromMinutes(minutes), reason, banPrune);
|
||||||
break;
|
break;
|
||||||
case PunishmentAction.Softban:
|
case PunishmentAction.Softban:
|
||||||
banPrune = await GetBanPruneAsync(user.GuildId) ?? 7;
|
banPrune = await GetBanPruneAsync(user.GuildId) ?? 7;
|
||||||
|
@@ -34,14 +34,14 @@ public sealed class NadekoExpressionsService : IExecOnMessage, IReadyExecutor
|
|||||||
";
|
";
|
||||||
|
|
||||||
private static readonly ISerializer _exportSerializer = new SerializerBuilder()
|
private static readonly ISerializer _exportSerializer = new SerializerBuilder()
|
||||||
.WithEventEmitter(args
|
.WithEventEmitter(args
|
||||||
=> new MultilineScalarFlowStyleEmitter(args))
|
=> new MultilineScalarFlowStyleEmitter(args))
|
||||||
.WithNamingConvention(CamelCaseNamingConvention.Instance)
|
.WithNamingConvention(CamelCaseNamingConvention.Instance)
|
||||||
.WithIndentedSequences()
|
.WithIndentedSequences()
|
||||||
.ConfigureDefaultValuesHandling(DefaultValuesHandling
|
.ConfigureDefaultValuesHandling(DefaultValuesHandling
|
||||||
.OmitDefaults)
|
.OmitDefaults)
|
||||||
.DisableAliases()
|
.DisableAliases()
|
||||||
.Build();
|
.Build();
|
||||||
|
|
||||||
public int Priority
|
public int Priority
|
||||||
=> 0;
|
=> 0;
|
||||||
@@ -57,8 +57,8 @@ public sealed class NadekoExpressionsService : IExecOnMessage, IReadyExecutor
|
|||||||
// 1. expressions are almost never added (compared to how many times they are being looped through)
|
// 1. expressions are almost never added (compared to how many times they are being looped through)
|
||||||
// 2. only need write locks for this as we'll rebuild+replace the array on every edit
|
// 2. only need write locks for this as we'll rebuild+replace the array on every edit
|
||||||
// 3. there's never many of them (at most a thousand, usually < 100)
|
// 3. there's never many of them (at most a thousand, usually < 100)
|
||||||
private NadekoExpression[] globalExpressions;
|
private NadekoExpression[] globalExpressions = Array.Empty<NadekoExpression>();
|
||||||
private ConcurrentDictionary<ulong, NadekoExpression[]> newguildExpressions;
|
private ConcurrentDictionary<ulong, NadekoExpression[]> newguildExpressions = new();
|
||||||
|
|
||||||
private readonly DbService _db;
|
private readonly DbService _db;
|
||||||
private readonly DiscordSocketClient _client;
|
private readonly DiscordSocketClient _client;
|
||||||
@@ -112,20 +112,20 @@ public sealed class NadekoExpressionsService : IExecOnMessage, IReadyExecutor
|
|||||||
{
|
{
|
||||||
await using var uow = _db.GetDbContext();
|
await using var uow = _db.GetDbContext();
|
||||||
var guildItems = await uow.Expressions.AsNoTracking()
|
var guildItems = await uow.Expressions.AsNoTracking()
|
||||||
.Where(x => allGuildIds.Contains(x.GuildId.Value))
|
.Where(x => allGuildIds.Contains(x.GuildId.Value))
|
||||||
.ToListAsync();
|
.ToListAsync();
|
||||||
|
|
||||||
newguildExpressions = guildItems.GroupBy(k => k.GuildId!.Value)
|
newguildExpressions = guildItems.GroupBy(k => k.GuildId!.Value)
|
||||||
.ToDictionary(g => g.Key,
|
.ToDictionary(g => g.Key,
|
||||||
g => g.Select(x =>
|
g => g.Select(x =>
|
||||||
{
|
{
|
||||||
x.Trigger = x.Trigger.Replace(MENTION_PH, _bot.Mention);
|
x.Trigger = x.Trigger.Replace(MENTION_PH, _bot.Mention);
|
||||||
return x;
|
return x;
|
||||||
})
|
})
|
||||||
.ToArray())
|
.ToArray())
|
||||||
.ToConcurrent();
|
.ToConcurrent();
|
||||||
|
|
||||||
_disabledGlobalExpressionGuilds = new (await uow.GuildConfigs
|
_disabledGlobalExpressionGuilds = new(await uow.GuildConfigs
|
||||||
.Where(x => x.DisableGlobalExpressions)
|
.Where(x => x.DisableGlobalExpressions)
|
||||||
.Select(x => x.GuildId)
|
.Select(x => x.GuildId)
|
||||||
.ToListAsyncLinqToDB());
|
.ToListAsyncLinqToDB());
|
||||||
@@ -133,14 +133,14 @@ public sealed class NadekoExpressionsService : IExecOnMessage, IReadyExecutor
|
|||||||
lock (_gexprWriteLock)
|
lock (_gexprWriteLock)
|
||||||
{
|
{
|
||||||
var globalItems = uow.Expressions.AsNoTracking()
|
var globalItems = uow.Expressions.AsNoTracking()
|
||||||
.Where(x => x.GuildId == null || x.GuildId == 0)
|
.Where(x => x.GuildId == null || x.GuildId == 0)
|
||||||
.AsEnumerable()
|
.AsEnumerable()
|
||||||
.Select(x =>
|
.Select(x =>
|
||||||
{
|
{
|
||||||
x.Trigger = x.Trigger.Replace(MENTION_PH, _bot.Mention);
|
x.Trigger = x.Trigger.Replace(MENTION_PH, _bot.Mention);
|
||||||
return x;
|
return x;
|
||||||
})
|
})
|
||||||
.ToArray();
|
.ToArray();
|
||||||
|
|
||||||
globalExpressions = globalItems;
|
globalExpressions = globalItems;
|
||||||
}
|
}
|
||||||
@@ -509,9 +509,25 @@ public sealed class NadekoExpressionsService : IExecOnMessage, IReadyExecutor
|
|||||||
|
|
||||||
public bool ExpressionExists(ulong? guildId, string input)
|
public bool ExpressionExists(ulong? guildId, string input)
|
||||||
{
|
{
|
||||||
using var uow = _db.GetDbContext();
|
input = input.ToLowerInvariant();
|
||||||
var expr = uow.Expressions.GetByGuildIdAndInput(guildId, input);
|
|
||||||
return expr is not null;
|
var gexprs = globalExpressions;
|
||||||
|
foreach (var t in gexprs)
|
||||||
|
{
|
||||||
|
if (t.Trigger == input)
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (guildId is ulong gid && newguildExpressions.TryGetValue(gid, out var guildExprs))
|
||||||
|
{
|
||||||
|
foreach (var t in guildExprs)
|
||||||
|
{
|
||||||
|
if (t.Trigger == input)
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public string ExportExpressions(ulong? guildId)
|
public string ExportExpressions(ulong? guildId)
|
||||||
@@ -542,17 +558,17 @@ public sealed class NadekoExpressionsService : IExecOnMessage, IReadyExecutor
|
|||||||
{
|
{
|
||||||
var trigger = entry.Key;
|
var trigger = entry.Key;
|
||||||
await uow.Expressions.AddRangeAsync(entry.Value.Where(expr => !string.IsNullOrWhiteSpace(expr.Res))
|
await uow.Expressions.AddRangeAsync(entry.Value.Where(expr => !string.IsNullOrWhiteSpace(expr.Res))
|
||||||
.Select(expr => new NadekoExpression
|
.Select(expr => new NadekoExpression
|
||||||
{
|
{
|
||||||
GuildId = guildId,
|
GuildId = guildId,
|
||||||
Response = expr.Res,
|
Response = expr.Res,
|
||||||
Reactions = expr.React?.Join("@@@"),
|
Reactions = expr.React?.Join("@@@"),
|
||||||
Trigger = trigger,
|
Trigger = trigger,
|
||||||
AllowTarget = expr.At,
|
AllowTarget = expr.At,
|
||||||
ContainsAnywhere = expr.Ca,
|
ContainsAnywhere = expr.Ca,
|
||||||
DmResponse = expr.Dm,
|
DmResponse = expr.Dm,
|
||||||
AutoDeleteTrigger = expr.Ad
|
AutoDeleteTrigger = expr.Ad
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
await uow.SaveChangesAsync();
|
await uow.SaveChangesAsync();
|
||||||
|
@@ -77,28 +77,24 @@ public partial class Gambling
|
|||||||
{
|
{
|
||||||
if (await _bank.TakeAsync(userId, amount))
|
if (await _bank.TakeAsync(userId, amount))
|
||||||
{
|
{
|
||||||
await ReplyErrorLocalizedAsync(strs.take_fail(N(amount),
|
await ctx.OkAsync();
|
||||||
_client.GetUser(userId)?.ToString()
|
|
||||||
?? userId.ToString(),
|
|
||||||
CurrencySign));
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
await ctx.OkAsync();
|
await ReplyErrorLocalizedAsync(strs.take_fail(N(amount),
|
||||||
|
_client.GetUser(userId)?.ToString()
|
||||||
|
?? userId.ToString(),
|
||||||
|
CurrencySign));
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task BankAwardInternalAsync(long amount, ulong userId)
|
private async Task BankAwardInternalAsync(long amount, ulong userId)
|
||||||
{
|
{
|
||||||
if (await _bank.AwardAsync(userId, amount))
|
if (await _bank.AwardAsync(userId, amount))
|
||||||
{
|
{
|
||||||
await ReplyErrorLocalizedAsync(strs.take_fail(N(amount),
|
await ctx.OkAsync();
|
||||||
_client.GetUser(userId)?.ToString()
|
|
||||||
?? userId.ToString(),
|
|
||||||
CurrencySign));
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
await ctx.OkAsync();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[Cmd]
|
[Cmd]
|
||||||
|
@@ -840,7 +840,7 @@ public partial class Gambling : GamblingModule<GamblingService>
|
|||||||
else if (result.Result == RpsResultType.Win)
|
else if (result.Result == RpsResultType.Win)
|
||||||
{
|
{
|
||||||
if ((long)result.Won > 0)
|
if ((long)result.Won > 0)
|
||||||
embed.AddField(GetText(strs.won), N(amount.Value));
|
embed.AddField(GetText(strs.won), N((long)result.Won));
|
||||||
|
|
||||||
msg = GetText(strs.rps_win(ctx.User.Mention,
|
msg = GetText(strs.rps_win(ctx.User.Mention,
|
||||||
GetRpsPick(pick),
|
GetRpsPick(pick),
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
#nullable disable
|
#nullable disable
|
||||||
using NadekoBot.Common.ModuleBehaviors;
|
using NadekoBot.Common.ModuleBehaviors;
|
||||||
using NadekoBot.Db.Models;
|
using NadekoBot.Db.Models;
|
||||||
|
using NadekoBot.Modules.Games.Common;
|
||||||
using NadekoBot.Modules.Games.Common.ChatterBot;
|
using NadekoBot.Modules.Games.Common.ChatterBot;
|
||||||
using NadekoBot.Modules.Permissions;
|
using NadekoBot.Modules.Permissions;
|
||||||
using NadekoBot.Modules.Permissions.Common;
|
using NadekoBot.Modules.Permissions.Common;
|
||||||
@@ -27,6 +28,7 @@ public class ChatterBotService : IExecOnMessage
|
|||||||
private readonly IHttpClientFactory _httpFactory;
|
private readonly IHttpClientFactory _httpFactory;
|
||||||
private readonly IPatronageService _ps;
|
private readonly IPatronageService _ps;
|
||||||
private readonly CmdCdService _ccs;
|
private readonly CmdCdService _ccs;
|
||||||
|
private readonly GamesConfigService _gcs;
|
||||||
|
|
||||||
public ChatterBotService(
|
public ChatterBotService(
|
||||||
DiscordSocketClient client,
|
DiscordSocketClient client,
|
||||||
@@ -38,7 +40,8 @@ public class ChatterBotService : IExecOnMessage
|
|||||||
IBotCredentials creds,
|
IBotCredentials creds,
|
||||||
IEmbedBuilderService eb,
|
IEmbedBuilderService eb,
|
||||||
IPatronageService ps,
|
IPatronageService ps,
|
||||||
CmdCdService cmdCdService)
|
CmdCdService cmdCdService,
|
||||||
|
GamesConfigService gcs)
|
||||||
{
|
{
|
||||||
_client = client;
|
_client = client;
|
||||||
_perms = perms;
|
_perms = perms;
|
||||||
@@ -49,6 +52,7 @@ public class ChatterBotService : IExecOnMessage
|
|||||||
_httpFactory = factory;
|
_httpFactory = factory;
|
||||||
_ps = ps;
|
_ps = ps;
|
||||||
_ccs = cmdCdService;
|
_ccs = cmdCdService;
|
||||||
|
_gcs = gcs;
|
||||||
|
|
||||||
_flKey = new FeatureLimitKey()
|
_flKey = new FeatureLimitKey()
|
||||||
{
|
{
|
||||||
@@ -64,11 +68,26 @@ public class ChatterBotService : IExecOnMessage
|
|||||||
|
|
||||||
public IChatterBotSession CreateSession()
|
public IChatterBotSession CreateSession()
|
||||||
{
|
{
|
||||||
if (!string.IsNullOrWhiteSpace(_creds.CleverbotApiKey))
|
switch (_gcs.Data.ChatBot)
|
||||||
return new OfficialCleverbotSession(_creds.CleverbotApiKey, _httpFactory);
|
{
|
||||||
|
case ChatBotImplementation.Cleverbot:
|
||||||
|
if (!string.IsNullOrWhiteSpace(_creds.CleverbotApiKey))
|
||||||
|
return new OfficialCleverbotSession(_creds.CleverbotApiKey, _httpFactory);
|
||||||
|
|
||||||
Log.Information("Cleverbot will not work as the api key is missing.");
|
Log.Information("Cleverbot will not work as the api key is missing.");
|
||||||
return null;
|
return null;
|
||||||
|
case ChatBotImplementation.Gpt3:
|
||||||
|
if (!string.IsNullOrWhiteSpace(_creds.Gpt3ApiKey))
|
||||||
|
return new OfficialGpt3Session(_creds.Gpt3ApiKey,
|
||||||
|
_gcs.Data.ChatGpt.Model,
|
||||||
|
_gcs.Data.ChatGpt.MaxTokens,
|
||||||
|
_httpFactory);
|
||||||
|
|
||||||
|
Log.Information("Gpt3 will not work as the api key is missing.");
|
||||||
|
return null;
|
||||||
|
default:
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public string PrepareMessage(IUserMessage msg, out IChatterBotSession cleverbot)
|
public string PrepareMessage(IUserMessage msg, out IChatterBotSession cleverbot)
|
||||||
@@ -185,7 +204,7 @@ public class ChatterBotService : IExecOnMessage
|
|||||||
title: null,
|
title: null,
|
||||||
response.SanitizeMentions(true)
|
response.SanitizeMentions(true)
|
||||||
// , footer: counter > 0 ? counter.ToString() : null
|
// , footer: counter > 0 ? counter.ToString() : null
|
||||||
);
|
);
|
||||||
|
|
||||||
Log.Information(@"CleverBot Executed
|
Log.Information(@"CleverBot Executed
|
||||||
Server: {GuildName} [{GuildId}]
|
Server: {GuildName} [{GuildId}]
|
||||||
|
@@ -1,8 +0,0 @@
|
|||||||
#nullable disable
|
|
||||||
namespace NadekoBot.Modules.Games.Common.ChatterBot;
|
|
||||||
|
|
||||||
public class ChatterBotResponse
|
|
||||||
{
|
|
||||||
public string Convo_id { get; set; }
|
|
||||||
public string BotSay { get; set; }
|
|
||||||
}
|
|
@@ -0,0 +1,30 @@
|
|||||||
|
#nullable disable
|
||||||
|
using System.Text.Json.Serialization;
|
||||||
|
|
||||||
|
namespace NadekoBot.Modules.Games.Common.ChatterBot;
|
||||||
|
|
||||||
|
public class Gpt3Response
|
||||||
|
{
|
||||||
|
[JsonPropertyName("choices")]
|
||||||
|
public Choice[] Choices { get; set; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public class Choice
|
||||||
|
{
|
||||||
|
public string Text { get; set; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public class Gpt3ApiRequest
|
||||||
|
{
|
||||||
|
[JsonPropertyName("model")]
|
||||||
|
public string Model { get; init; }
|
||||||
|
|
||||||
|
[JsonPropertyName("prompt")]
|
||||||
|
public string Prompt { get; init; }
|
||||||
|
|
||||||
|
[JsonPropertyName("temperature")]
|
||||||
|
public int Temperature { get; init; }
|
||||||
|
|
||||||
|
[JsonPropertyName("max_tokens")]
|
||||||
|
public int MaxTokens { get; init; }
|
||||||
|
}
|
@@ -0,0 +1,69 @@
|
|||||||
|
#nullable disable
|
||||||
|
using Newtonsoft.Json;
|
||||||
|
using System.Net.Http.Json;
|
||||||
|
|
||||||
|
namespace NadekoBot.Modules.Games.Common.ChatterBot;
|
||||||
|
|
||||||
|
public class OfficialGpt3Session : IChatterBotSession
|
||||||
|
{
|
||||||
|
private string Uri
|
||||||
|
=> $"https://api.openai.com/v1/completions";
|
||||||
|
|
||||||
|
private readonly string _apiKey;
|
||||||
|
private readonly string _model;
|
||||||
|
private readonly int _maxTokens;
|
||||||
|
private readonly IHttpClientFactory _httpFactory;
|
||||||
|
|
||||||
|
public OfficialGpt3Session(
|
||||||
|
string apiKey,
|
||||||
|
Gpt3Model model,
|
||||||
|
int maxTokens,
|
||||||
|
IHttpClientFactory factory)
|
||||||
|
{
|
||||||
|
_apiKey = apiKey;
|
||||||
|
_httpFactory = factory;
|
||||||
|
switch (model)
|
||||||
|
{
|
||||||
|
case Gpt3Model.Ada001:
|
||||||
|
_model = "text-ada-001";
|
||||||
|
break;
|
||||||
|
case Gpt3Model.Babbage001:
|
||||||
|
_model = "text-babbage-001";
|
||||||
|
break;
|
||||||
|
case Gpt3Model.Curie001:
|
||||||
|
_model = "text-curie-001";
|
||||||
|
break;
|
||||||
|
case Gpt3Model.Davinci003:
|
||||||
|
_model = "text-davinci-003";
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
_maxTokens = maxTokens;
|
||||||
|
}
|
||||||
|
|
||||||
|
public async Task<string> Think(string input)
|
||||||
|
{
|
||||||
|
using var http = _httpFactory.CreateClient();
|
||||||
|
http.DefaultRequestHeaders.Authorization = new("Bearer", _apiKey);
|
||||||
|
var data = await http.PostAsJsonAsync(Uri, new Gpt3ApiRequest()
|
||||||
|
{
|
||||||
|
Model = _model,
|
||||||
|
Prompt = input,
|
||||||
|
MaxTokens = _maxTokens,
|
||||||
|
Temperature = 1,
|
||||||
|
});
|
||||||
|
var dataString = await data.Content.ReadAsStringAsync();
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var response = JsonConvert.DeserializeObject<Gpt3Response>(dataString);
|
||||||
|
|
||||||
|
return response?.Choices[0]?.Text;
|
||||||
|
}
|
||||||
|
catch
|
||||||
|
{
|
||||||
|
Log.Warning("Unexpected GPT-3 response received: {ResponseString}", dataString);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@@ -8,7 +8,7 @@ namespace NadekoBot.Modules.Games.Common;
|
|||||||
public sealed partial class GamesConfig : ICloneable<GamesConfig>
|
public sealed partial class GamesConfig : ICloneable<GamesConfig>
|
||||||
{
|
{
|
||||||
[Comment("DO NOT CHANGE")]
|
[Comment("DO NOT CHANGE")]
|
||||||
public int Version { get; set; }
|
public int Version { get; set; } = 2;
|
||||||
|
|
||||||
[Comment("Hangman related settings (.hangman command)")]
|
[Comment("Hangman related settings (.hangman command)")]
|
||||||
public HangmanConfig Hangman { get; set; } = new()
|
public HangmanConfig Hangman { get; set; } = new()
|
||||||
@@ -95,6 +95,27 @@ public sealed partial class GamesConfig : ICloneable<GamesConfig>
|
|||||||
Name = "Unicorn"
|
Name = "Unicorn"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
[Comment(@"Which chatbot API should bot use.
|
||||||
|
'cleverbot' - bot will use Cleverbot API.
|
||||||
|
'gpt3' - bot will use GPT-3 API")]
|
||||||
|
public ChatBotImplementation ChatBot { get; set; } = ChatBotImplementation.Gpt3;
|
||||||
|
|
||||||
|
public ChatGptConfig ChatGpt { get; set; } = new();
|
||||||
|
}
|
||||||
|
|
||||||
|
[Cloneable]
|
||||||
|
public sealed partial class ChatGptConfig
|
||||||
|
{
|
||||||
|
[Comment(@"Which GPT-3 Model should bot use.
|
||||||
|
'ada001' - cheapest and fastest
|
||||||
|
'babbage001' - 2nd option
|
||||||
|
'curie001' - 3rd option
|
||||||
|
'davinci003' - Most expensive, slowest")]
|
||||||
|
public Gpt3Model Model { get; set; } = Gpt3Model.Ada001;
|
||||||
|
|
||||||
|
[Comment(@"The maximum number of tokens to use per GPT-3 API call")]
|
||||||
|
public int MaxTokens { get; set; } = 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
[Cloneable]
|
[Cloneable]
|
||||||
@@ -121,3 +142,17 @@ public sealed partial class RaceAnimal
|
|||||||
public string Icon { get; set; }
|
public string Icon { get; set; }
|
||||||
public string Name { get; set; }
|
public string Name { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public enum ChatBotImplementation
|
||||||
|
{
|
||||||
|
Cleverbot,
|
||||||
|
Gpt3
|
||||||
|
}
|
||||||
|
|
||||||
|
public enum Gpt3Model
|
||||||
|
{
|
||||||
|
Ada001,
|
||||||
|
Babbage001,
|
||||||
|
Curie001,
|
||||||
|
Davinci003
|
||||||
|
}
|
@@ -29,6 +29,20 @@ public sealed class GamesConfigService : ConfigServiceBase<GamesConfig>
|
|||||||
ConfigPrinters.ToString,
|
ConfigPrinters.ToString,
|
||||||
val => val >= 0);
|
val => val >= 0);
|
||||||
|
|
||||||
|
AddParsedProp("chatbot",
|
||||||
|
gs => gs.ChatBot,
|
||||||
|
ConfigParsers.InsensitiveEnum,
|
||||||
|
ConfigPrinters.ToString);
|
||||||
|
AddParsedProp("gpt.model",
|
||||||
|
gs => gs.ChatGpt.Model,
|
||||||
|
ConfigParsers.InsensitiveEnum,
|
||||||
|
ConfigPrinters.ToString);
|
||||||
|
AddParsedProp("gpt.max_tokens",
|
||||||
|
gs => gs.ChatGpt.MaxTokens,
|
||||||
|
int.TryParse,
|
||||||
|
ConfigPrinters.ToString,
|
||||||
|
val => val > 0);
|
||||||
|
|
||||||
Migrate();
|
Migrate();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -45,5 +59,14 @@ public sealed class GamesConfigService : ConfigServiceBase<GamesConfig>
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (data.Version < 2)
|
||||||
|
{
|
||||||
|
ModifyConfig(c =>
|
||||||
|
{
|
||||||
|
c.Version = 2;
|
||||||
|
c.ChatBot = ChatBotImplementation.Cleverbot;
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -23,7 +23,6 @@ public class GamesService : INService, IReadyExecutor
|
|||||||
|
|
||||||
//channelId, game
|
//channelId, game
|
||||||
public ConcurrentDictionary<ulong, AcrophobiaGame> AcrophobiaGames { get; } = new();
|
public ConcurrentDictionary<ulong, AcrophobiaGame> AcrophobiaGames { get; } = new();
|
||||||
public ConcurrentDictionary<ulong, TriviaGame> RunningTrivias { get; } = new();
|
|
||||||
public Dictionary<ulong, TicTacToe> TicTacToeGames { get; } = new();
|
public Dictionary<ulong, TicTacToe> TicTacToeGames { get; } = new();
|
||||||
public ConcurrentDictionary<ulong, TypingGame> RunningContests { get; } = new();
|
public ConcurrentDictionary<ulong, TypingGame> RunningContests { get; } = new();
|
||||||
public ConcurrentDictionary<ulong, NunchiGame> NunchiGames { get; } = new();
|
public ConcurrentDictionary<ulong, NunchiGame> NunchiGames { get; } = new();
|
||||||
|
@@ -36,7 +36,7 @@ public partial class Games
|
|||||||
var (opts, _) = OptionsParser.ParseFrom(new TriviaOptions(), args);
|
var (opts, _) = OptionsParser.ParseFrom(new TriviaOptions(), args);
|
||||||
|
|
||||||
var config = _gamesConfig.Data;
|
var config = _gamesConfig.Data;
|
||||||
if (config.Trivia.MinimumWinReq > 0 && config.Trivia.MinimumWinReq > opts.WinRequirement)
|
if (opts.WinRequirement != 0 && config.Trivia.MinimumWinReq > 0 && config.Trivia.MinimumWinReq > opts.WinRequirement)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
var trivia = new TriviaGame(opts, _cache);
|
var trivia = new TriviaGame(opts, _cache);
|
||||||
|
@@ -157,7 +157,7 @@ public sealed class TriviaGame
|
|||||||
|
|
||||||
var isWin = false;
|
var isWin = false;
|
||||||
// if user won the game, tell the game to stop
|
// if user won the game, tell the game to stop
|
||||||
if (val >= _opts.WinRequirement)
|
if (_opts.WinRequirement != 0 && val >= _opts.WinRequirement)
|
||||||
{
|
{
|
||||||
_isStopped = true;
|
_isStopped = true;
|
||||||
isWin = true;
|
isWin = true;
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
|
using NadekoBot.Modules.Searches;
|
||||||
|
|
||||||
namespace NadekoBot.Modules.Music;
|
namespace NadekoBot.Modules.Music;
|
||||||
|
|
||||||
@@ -27,11 +28,12 @@ public sealed class YtdlYoutubeResolver : IYoutubeResolver
|
|||||||
|
|
||||||
private readonly IGoogleApiService _google;
|
private readonly IGoogleApiService _google;
|
||||||
|
|
||||||
public YtdlYoutubeResolver(ITrackCacher trackCacher, IGoogleApiService google)
|
public YtdlYoutubeResolver(ITrackCacher trackCacher, IGoogleApiService google, SearchesConfigService scs)
|
||||||
{
|
{
|
||||||
_trackCacher = trackCacher;
|
_trackCacher = trackCacher;
|
||||||
_google = google;
|
_google = google;
|
||||||
|
|
||||||
|
|
||||||
_ytdlPlaylistOperation = new("-4 "
|
_ytdlPlaylistOperation = new("-4 "
|
||||||
+ "--geo-bypass "
|
+ "--geo-bypass "
|
||||||
+ "--encoding UTF8 "
|
+ "--encoding UTF8 "
|
||||||
@@ -44,7 +46,7 @@ public sealed class YtdlYoutubeResolver : IYoutubeResolver
|
|||||||
+ "--no-check-certificate "
|
+ "--no-check-certificate "
|
||||||
+ "-i "
|
+ "-i "
|
||||||
+ "--yes-playlist "
|
+ "--yes-playlist "
|
||||||
+ "-- \"{0}\"");
|
+ "-- \"{0}\"", scs.Data.YtProvider != YoutubeSearcher.Ytdl);
|
||||||
|
|
||||||
_ytdlIdOperation = new("-4 "
|
_ytdlIdOperation = new("-4 "
|
||||||
+ "--geo-bypass "
|
+ "--geo-bypass "
|
||||||
@@ -56,7 +58,7 @@ public sealed class YtdlYoutubeResolver : IYoutubeResolver
|
|||||||
+ "--get-thumbnail "
|
+ "--get-thumbnail "
|
||||||
+ "--get-duration "
|
+ "--get-duration "
|
||||||
+ "--no-check-certificate "
|
+ "--no-check-certificate "
|
||||||
+ "-- \"{0}\"");
|
+ "-- \"{0}\"", scs.Data.YtProvider != YoutubeSearcher.Ytdl);
|
||||||
|
|
||||||
_ytdlSearchOperation = new("-4 "
|
_ytdlSearchOperation = new("-4 "
|
||||||
+ "--geo-bypass "
|
+ "--geo-bypass "
|
||||||
@@ -69,7 +71,7 @@ public sealed class YtdlYoutubeResolver : IYoutubeResolver
|
|||||||
+ "--get-duration "
|
+ "--get-duration "
|
||||||
+ "--no-check-certificate "
|
+ "--no-check-certificate "
|
||||||
+ "--default-search "
|
+ "--default-search "
|
||||||
+ "\"ytsearch:\" -- \"{0}\"");
|
+ "\"ytsearch:\" -- \"{0}\"", scs.Data.YtProvider != YoutubeSearcher.Ytdl);
|
||||||
}
|
}
|
||||||
|
|
||||||
private YtTrackData ResolveYtdlData(string ytdlOutputString)
|
private YtTrackData ResolveYtdlData(string ytdlOutputString)
|
||||||
|
@@ -22,6 +22,6 @@ public interface ISearchImagesService
|
|||||||
ValueTask<bool> ToggleBlacklistTag(ulong guildId, string tag);
|
ValueTask<bool> ToggleBlacklistTag(ulong guildId, string tag);
|
||||||
ValueTask<string[]> GetBlacklistedTags(ulong guildId);
|
ValueTask<string[]> GetBlacklistedTags(ulong guildId);
|
||||||
Task<UrlReply> Butts();
|
Task<UrlReply> Butts();
|
||||||
Task<Gallery> GetNhentaiByIdAsync(uint id);
|
// Task<Gallery> GetNhentaiByIdAsync(uint id);
|
||||||
Task<Gallery> GetNhentaiBySearchAsync(string search);
|
// Task<Gallery> GetNhentaiBySearchAsync(string search);
|
||||||
}
|
}
|
@@ -1,9 +1,9 @@
|
|||||||
using NadekoBot.Modules.Searches.Common;
|
// using NadekoBot.Modules.Searches.Common;
|
||||||
|
//
|
||||||
namespace NadekoBot.Modules.Nsfw;
|
// namespace NadekoBot.Modules.Nsfw;
|
||||||
|
//
|
||||||
public interface INhentaiService
|
// public interface INhentaiService
|
||||||
{
|
// {
|
||||||
Task<Gallery?> GetAsync(uint id);
|
// Task<Gallery?> GetAsync(uint id);
|
||||||
Task<IReadOnlyList<uint>> GetIdsBySearchAsync(string search);
|
// Task<IReadOnlyList<uint>> GetIdsBySearchAsync(string search);
|
||||||
}
|
// }
|
@@ -1,115 +1,115 @@
|
|||||||
using AngleSharp.Html.Dom;
|
// using AngleSharp.Html.Dom;
|
||||||
using AngleSharp.Html.Parser;
|
// using AngleSharp.Html.Parser;
|
||||||
using NadekoBot.Modules.Searches.Common;
|
// using NadekoBot.Modules.Searches.Common;
|
||||||
|
//
|
||||||
namespace NadekoBot.Modules.Nsfw;
|
// namespace NadekoBot.Modules.Nsfw;
|
||||||
|
//
|
||||||
public sealed class NhentaiScraperService : INhentaiService, INService
|
// public sealed class NhentaiScraperService : INhentaiService, INService
|
||||||
{
|
// {
|
||||||
private readonly IHttpClientFactory _httpFactory;
|
// private readonly IHttpClientFactory _httpFactory;
|
||||||
|
//
|
||||||
private static readonly HtmlParser _htmlParser = new(new()
|
// private static readonly HtmlParser _htmlParser = new(new()
|
||||||
{
|
// {
|
||||||
IsScripting = false,
|
// IsScripting = false,
|
||||||
IsEmbedded = false,
|
// IsEmbedded = false,
|
||||||
IsSupportingProcessingInstructions = false,
|
// IsSupportingProcessingInstructions = false,
|
||||||
IsKeepingSourceReferences = false,
|
// IsKeepingSourceReferences = false,
|
||||||
IsNotSupportingFrames = true
|
// IsNotSupportingFrames = true
|
||||||
});
|
// });
|
||||||
|
//
|
||||||
public NhentaiScraperService(IHttpClientFactory httpFactory)
|
// public NhentaiScraperService(IHttpClientFactory httpFactory)
|
||||||
{
|
// {
|
||||||
_httpFactory = httpFactory;
|
// _httpFactory = httpFactory;
|
||||||
}
|
// }
|
||||||
|
//
|
||||||
private HttpClient GetHttpClient()
|
// private HttpClient GetHttpClient()
|
||||||
{
|
// {
|
||||||
var http = _httpFactory.CreateClient();
|
// var http = _httpFactory.CreateClient();
|
||||||
http.DefaultRequestHeaders.Add("User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36");
|
// http.DefaultRequestHeaders.Add("User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36");
|
||||||
http.DefaultRequestHeaders.Add("Cookie", "cf_clearance=I5pR71P4wJkRBFTLFjBndI.GwfKwT.Gx06uS8XNmRJo-1657214595-0-150; csrftoken=WMWRLtsQtBVQYvYkbqXKJHI9T1JwWCdd3tNhoxHn7aHLUYHAqe60XFUKAoWsJtda");
|
// http.DefaultRequestHeaders.Add("Cookie", "cf_clearance=I5pR71P4wJkRBFTLFjBndI.GwfKwT.Gx06uS8XNmRJo-1657214595-0-150; csrftoken=WMWRLtsQtBVQYvYkbqXKJHI9T1JwWCdd3tNhoxHn7aHLUYHAqe60XFUKAoWsJtda");
|
||||||
return http;
|
// return http;
|
||||||
}
|
// }
|
||||||
|
//
|
||||||
public async Task<Gallery?> GetAsync(uint id)
|
// public async Task<Gallery?> GetAsync(uint id)
|
||||||
{
|
// {
|
||||||
using var http = GetHttpClient();
|
// using var http = GetHttpClient();
|
||||||
try
|
// try
|
||||||
{
|
// {
|
||||||
var url = $"https://nhentai.net/g/{id}/";
|
// var url = $"https://nhentai.net/g/{id}/";
|
||||||
var strRes = await http.GetStringAsync(url);
|
// var strRes = await http.GetStringAsync(url);
|
||||||
var doc = await _htmlParser.ParseDocumentAsync(strRes);
|
// var doc = await _htmlParser.ParseDocumentAsync(strRes);
|
||||||
|
//
|
||||||
var title = doc.QuerySelector("#info .title")?.TextContent;
|
// var title = doc.QuerySelector("#info .title")?.TextContent;
|
||||||
var fullTitle = doc.QuerySelector("meta[itemprop=\"name\"]")?.Attributes["content"]?.Value
|
// var fullTitle = doc.QuerySelector("meta[itemprop=\"name\"]")?.Attributes["content"]?.Value
|
||||||
?? title;
|
// ?? title;
|
||||||
var thumb = (doc.QuerySelector("#cover a img") as IHtmlImageElement)?.Dataset["src"];
|
// var thumb = (doc.QuerySelector("#cover a img") as IHtmlImageElement)?.Dataset["src"];
|
||||||
|
//
|
||||||
var tagsElem = doc.QuerySelector("#tags");
|
// var tagsElem = doc.QuerySelector("#tags");
|
||||||
|
//
|
||||||
var pageCount = tagsElem?.QuerySelector("a.tag[href^=\"/search/?q=pages\"] span")?.TextContent;
|
// var pageCount = tagsElem?.QuerySelector("a.tag[href^=\"/search/?q=pages\"] span")?.TextContent;
|
||||||
var likes = doc.QuerySelector(".buttons .btn-disabled.btn.tooltip span span")?.TextContent?.Trim('(', ')');
|
// var likes = doc.QuerySelector(".buttons .btn-disabled.btn.tooltip span span")?.TextContent?.Trim('(', ')');
|
||||||
var uploadedAt = (tagsElem?.QuerySelector(".tag-container .tags time.nobold") as IHtmlTimeElement)?.DateTime;
|
// var uploadedAt = (tagsElem?.QuerySelector(".tag-container .tags time.nobold") as IHtmlTimeElement)?.DateTime;
|
||||||
|
//
|
||||||
var tags = tagsElem?.QuerySelectorAll(".tag-container .tags > a.tag[href^=\"/tag\"]")
|
// var tags = tagsElem?.QuerySelectorAll(".tag-container .tags > a.tag[href^=\"/tag\"]")
|
||||||
.Cast<IHtmlAnchorElement>()
|
// .Cast<IHtmlAnchorElement>()
|
||||||
.Select(x => new Tag()
|
// .Select(x => new Tag()
|
||||||
{
|
// {
|
||||||
Name = x.QuerySelector("span:first-child")?.TextContent,
|
// Name = x.QuerySelector("span:first-child")?.TextContent,
|
||||||
Url = $"https://nhentai.net{x.PathName}"
|
// Url = $"https://nhentai.net{x.PathName}"
|
||||||
})
|
// })
|
||||||
.ToArray();
|
// .ToArray();
|
||||||
|
//
|
||||||
if (string.IsNullOrWhiteSpace(fullTitle))
|
// if (string.IsNullOrWhiteSpace(fullTitle))
|
||||||
return null;
|
// return null;
|
||||||
|
//
|
||||||
if (!int.TryParse(pageCount, out var pc))
|
// if (!int.TryParse(pageCount, out var pc))
|
||||||
return null;
|
// return null;
|
||||||
|
//
|
||||||
if (!int.TryParse(likes, out var lc))
|
// if (!int.TryParse(likes, out var lc))
|
||||||
return null;
|
// return null;
|
||||||
|
//
|
||||||
if (!DateTime.TryParse(uploadedAt, out var ua))
|
// if (!DateTime.TryParse(uploadedAt, out var ua))
|
||||||
return null;
|
// return null;
|
||||||
|
//
|
||||||
return new Gallery(id,
|
// return new Gallery(id,
|
||||||
url,
|
// url,
|
||||||
fullTitle,
|
// fullTitle,
|
||||||
title,
|
// title,
|
||||||
thumb,
|
// thumb,
|
||||||
pc,
|
// pc,
|
||||||
lc,
|
// lc,
|
||||||
ua,
|
// ua,
|
||||||
tags);
|
// tags);
|
||||||
}
|
// }
|
||||||
catch (HttpRequestException)
|
// catch (HttpRequestException)
|
||||||
{
|
// {
|
||||||
Log.Warning("Nhentai with id {NhentaiId} not found", id);
|
// Log.Warning("Nhentai with id {NhentaiId} not found", id);
|
||||||
return null;
|
// return null;
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
//
|
||||||
public async Task<IReadOnlyList<uint>> GetIdsBySearchAsync(string search)
|
// public async Task<IReadOnlyList<uint>> GetIdsBySearchAsync(string search)
|
||||||
{
|
// {
|
||||||
using var http = GetHttpClient();
|
// using var http = GetHttpClient();
|
||||||
try
|
// try
|
||||||
{
|
// {
|
||||||
var url = $"https://nhentai.net/search/?q={Uri.EscapeDataString(search)}&sort=popular-today";
|
// var url = $"https://nhentai.net/search/?q={Uri.EscapeDataString(search)}&sort=popular-today";
|
||||||
var strRes = await http.GetStringAsync(url);
|
// var strRes = await http.GetStringAsync(url);
|
||||||
var doc = await _htmlParser.ParseDocumentAsync(strRes);
|
// var doc = await _htmlParser.ParseDocumentAsync(strRes);
|
||||||
|
//
|
||||||
var elems = doc.QuerySelectorAll(".container .gallery a")
|
// var elems = doc.QuerySelectorAll(".container .gallery a")
|
||||||
.Cast<IHtmlAnchorElement>()
|
// .Cast<IHtmlAnchorElement>()
|
||||||
.Where(x => x.PathName.StartsWith("/g/"))
|
// .Where(x => x.PathName.StartsWith("/g/"))
|
||||||
.Select(x => x.PathName[3..^1])
|
// .Select(x => x.PathName[3..^1])
|
||||||
.Select(uint.Parse)
|
// .Select(uint.Parse)
|
||||||
.ToArray();
|
// .ToArray();
|
||||||
|
//
|
||||||
return elems;
|
// return elems;
|
||||||
}
|
// }
|
||||||
catch (HttpRequestException)
|
// catch (HttpRequestException)
|
||||||
{
|
// {
|
||||||
Log.Warning("Nhentai search for {NhentaiSearch} failed", search);
|
// Log.Warning("Nhentai search for {NhentaiSearch} failed", search);
|
||||||
return Array.Empty<uint>();
|
// return Array.Empty<uint>();
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// }
|
@@ -360,67 +360,65 @@ public partial class NSFW : NadekoModule<ISearchImagesService>
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[Cmd]
|
// [RequireNsfw(Group = "nsfw_or_dm")]
|
||||||
[RequireContext(ContextType.Guild)]
|
// [RequireContext(ContextType.DM, Group = "nsfw_or_dm")]
|
||||||
[RequireNsfw(Group = "nsfw_or_dm")]
|
// [Priority(1)]
|
||||||
[RequireContext(ContextType.DM, Group = "nsfw_or_dm")]
|
// public async Task Nhentai(uint id)
|
||||||
[Priority(1)]
|
// {
|
||||||
public async Task Nhentai(uint id)
|
// var g = await _service.GetNhentaiByIdAsync(id);
|
||||||
{
|
//
|
||||||
var g = await _service.GetNhentaiByIdAsync(id);
|
// if (g is null)
|
||||||
|
// {
|
||||||
if (g is null)
|
// await ReplyErrorLocalizedAsync(strs.not_found);
|
||||||
{
|
// return;
|
||||||
await ReplyErrorLocalizedAsync(strs.not_found);
|
// }
|
||||||
return;
|
//
|
||||||
}
|
// await SendNhentaiGalleryInternalAsync(g);
|
||||||
|
// }
|
||||||
await SendNhentaiGalleryInternalAsync(g);
|
//
|
||||||
}
|
// [Cmd]
|
||||||
|
// [RequireContext(ContextType.Guild)]
|
||||||
[Cmd]
|
// [RequireNsfw(Group = "nsfw_or_dm")]
|
||||||
[RequireContext(ContextType.Guild)]
|
// [RequireContext(ContextType.DM, Group = "nsfw_or_dm")]
|
||||||
[RequireNsfw(Group = "nsfw_or_dm")]
|
// [Priority(0)]
|
||||||
[RequireContext(ContextType.DM, Group = "nsfw_or_dm")]
|
// public async Task Nhentai([Leftover] string query)
|
||||||
[Priority(0)]
|
// {
|
||||||
public async Task Nhentai([Leftover] string query)
|
// var g = await _service.GetNhentaiBySearchAsync(query);
|
||||||
{
|
//
|
||||||
var g = await _service.GetNhentaiBySearchAsync(query);
|
// if (g is null)
|
||||||
|
// {
|
||||||
if (g is null)
|
// await ReplyErrorLocalizedAsync(strs.not_found);
|
||||||
{
|
// return;
|
||||||
await ReplyErrorLocalizedAsync(strs.not_found);
|
// }
|
||||||
return;
|
//
|
||||||
}
|
// await SendNhentaiGalleryInternalAsync(g);
|
||||||
|
// }
|
||||||
await SendNhentaiGalleryInternalAsync(g);
|
//
|
||||||
}
|
// private async Task SendNhentaiGalleryInternalAsync(Gallery g)
|
||||||
|
// {
|
||||||
private async Task SendNhentaiGalleryInternalAsync(Gallery g)
|
// var count = 0;
|
||||||
{
|
// var tagString = g.Tags.Shuffle()
|
||||||
var count = 0;
|
// .Select(tag => $"[{tag.Name}]({tag.Url})")
|
||||||
var tagString = g.Tags.Shuffle()
|
// .TakeWhile(tag => (count += tag.Length) < 1000)
|
||||||
.Select(tag => $"[{tag.Name}]({tag.Url})")
|
// .Join(" ");
|
||||||
.TakeWhile(tag => (count += tag.Length) < 1000)
|
//
|
||||||
.Join(" ");
|
// var embed = _eb.Create()
|
||||||
|
// .WithTitle(g.Title)
|
||||||
var embed = _eb.Create()
|
// .WithDescription(g.FullTitle)
|
||||||
.WithTitle(g.Title)
|
// .WithImageUrl(g.Thumbnail)
|
||||||
.WithDescription(g.FullTitle)
|
// .WithUrl(g.Url)
|
||||||
.WithImageUrl(g.Thumbnail)
|
// .AddField(GetText(strs.favorites), g.Likes, true)
|
||||||
.WithUrl(g.Url)
|
// .AddField(GetText(strs.pages), g.PageCount, true)
|
||||||
.AddField(GetText(strs.favorites), g.Likes, true)
|
// .AddField(GetText(strs.tags),
|
||||||
.AddField(GetText(strs.pages), g.PageCount, true)
|
// string.IsNullOrWhiteSpace(tagString)
|
||||||
.AddField(GetText(strs.tags),
|
// ? "?"
|
||||||
string.IsNullOrWhiteSpace(tagString)
|
// : tagString,
|
||||||
? "?"
|
// true)
|
||||||
: tagString,
|
// .WithFooter(g.UploadedAt.ToString("f"))
|
||||||
true)
|
// .WithOkColor();
|
||||||
.WithFooter(g.UploadedAt.ToString("f"))
|
//
|
||||||
.WithOkColor();
|
// await ctx.Channel.EmbedAsync(embed);
|
||||||
|
// }
|
||||||
await ctx.Channel.EmbedAsync(embed);
|
|
||||||
}
|
|
||||||
|
|
||||||
private async Task InternalDapiCommand(
|
private async Task InternalDapiCommand(
|
||||||
string[] tags,
|
string[] tags,
|
||||||
|
@@ -19,17 +19,15 @@ public class SearchImagesService : ISearchImagesService, INService
|
|||||||
private readonly SearchImageCacher _cache;
|
private readonly SearchImageCacher _cache;
|
||||||
private readonly IHttpClientFactory _httpFactory;
|
private readonly IHttpClientFactory _httpFactory;
|
||||||
private readonly DbService _db;
|
private readonly DbService _db;
|
||||||
private readonly INhentaiService _nh;
|
|
||||||
|
|
||||||
private readonly object _taglock = new();
|
private readonly object _taglock = new();
|
||||||
|
|
||||||
public SearchImagesService(
|
public SearchImagesService(
|
||||||
DbService db,
|
DbService db,
|
||||||
SearchImageCacher cacher,
|
SearchImageCacher cacher,
|
||||||
IHttpClientFactory httpFactory,
|
IHttpClientFactory httpFactory
|
||||||
INhentaiService nh)
|
)
|
||||||
{
|
{
|
||||||
_nh = nh;
|
|
||||||
_db = db;
|
_db = db;
|
||||||
_rng = new NadekoRandom();
|
_rng = new NadekoRandom();
|
||||||
_cache = cacher;
|
_cache = cacher;
|
||||||
@@ -277,6 +275,7 @@ public class SearchImagesService : ISearchImagesService, INService
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
#region Nhentai
|
#region Nhentai
|
||||||
|
|
||||||
public Task<Gallery?> GetNhentaiByIdAsync(uint id)
|
public Task<Gallery?> GetNhentaiByIdAsync(uint id)
|
||||||
@@ -294,4 +293,5 @@ public class SearchImagesService : ISearchImagesService, INService
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
*/
|
||||||
}
|
}
|
@@ -39,7 +39,7 @@ public partial class Searches
|
|||||||
[Cmd]
|
[Cmd]
|
||||||
public async Task MagicItem()
|
public async Task MagicItem()
|
||||||
{
|
{
|
||||||
if (!_service.WowJokes.Any())
|
if (!_service.MagicItems.Any())
|
||||||
{
|
{
|
||||||
await ReplyErrorLocalizedAsync(strs.magicitems_not_loaded);
|
await ReplyErrorLocalizedAsync(strs.magicitems_not_loaded);
|
||||||
return;
|
return;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#nullable disable
|
#nullable disable
|
||||||
using Microsoft.Extensions.Caching.Memory;
|
using Microsoft.Extensions.Caching.Memory;
|
||||||
using NadekoBot.Modules.Administration.Services;
|
using NadekoBot.Modules.Administration.Services;
|
||||||
using NadekoBot.Modules.Searches.Common;
|
using NadekoBot.Modules.Searches.Common;
|
||||||
@@ -199,7 +199,7 @@ public partial class Searches : NadekoModule<SearchesService>
|
|||||||
if (!await ValidateQuery(ffs))
|
if (!await ValidateQuery(ffs))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
var shortenedUrl = await _google.ShortenUrl($"https://lmgtfy.com/?q={Uri.EscapeDataString(ffs)}");
|
var shortenedUrl = await _google.ShortenUrl($"https://letmegooglethat.com/?q={Uri.EscapeDataString(ffs)}");
|
||||||
await SendConfirmAsync($"<{shortenedUrl}>");
|
await SendConfirmAsync($"<{shortenedUrl}>");
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -325,7 +325,7 @@ public partial class Searches : NadekoModule<SearchesService>
|
|||||||
return _eb.Create()
|
return _eb.Create()
|
||||||
.WithOkColor()
|
.WithOkColor()
|
||||||
.WithUrl(item.Permalink)
|
.WithUrl(item.Permalink)
|
||||||
.WithAuthor(item.Word)
|
.WithTitle(item.Word)
|
||||||
.WithDescription(item.Definition);
|
.WithDescription(item.Definition);
|
||||||
},
|
},
|
||||||
items.Length,
|
items.Length,
|
||||||
|
@@ -296,8 +296,8 @@ public class SearchesService : INService
|
|||||||
public async Task<string> GetChuckNorrisJoke()
|
public async Task<string> GetChuckNorrisJoke()
|
||||||
{
|
{
|
||||||
using var http = _httpFactory.CreateClient();
|
using var http = _httpFactory.CreateClient();
|
||||||
var response = await http.GetStringAsync(new Uri("http://api.icndb.com/jokes/random/"));
|
var response = await http.GetStringAsync(new Uri("https://api.chucknorris.io/jokes/random"));
|
||||||
return JObject.Parse(response)["value"]["joke"] + " 😆";
|
return JObject.Parse(response)["value"] + " 😆";
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task<MtgData> GetMtgCardAsync(string search)
|
public async Task<MtgData> GetMtgCardAsync(string search)
|
||||||
|
@@ -30,7 +30,7 @@ public partial class SearchesConfig : ICloneable<SearchesConfig>
|
|||||||
- `ytdlp` - recommended easy, uses `yt-dlp`. Requires `yt-dlp` to be installed and it's path added to env variables
|
- `ytdlp` - recommended easy, uses `yt-dlp`. Requires `yt-dlp` to be installed and it's path added to env variables
|
||||||
|
|
||||||
- `invidious` - recommended advanced, uses invidious api. Requires at least one invidious instance specified in the `invidiousInstances` property")]
|
- `invidious` - recommended advanced, uses invidious api. Requires at least one invidious instance specified in the `invidiousInstances` property")]
|
||||||
public YoutubeSearcher YtProvider { get; set; } = YoutubeSearcher.Ytdl;
|
public YoutubeSearcher YtProvider { get; set; } = YoutubeSearcher.Ytdlp;
|
||||||
|
|
||||||
[Comment(@"Set the searx instance urls in case you want to use 'searx' for either img or web search.
|
[Comment(@"Set the searx instance urls in case you want to use 'searx' for either img or web search.
|
||||||
Nadeko will use a random one for each request.
|
Nadeko will use a random one for each request.
|
||||||
|
@@ -550,15 +550,20 @@ public partial class Utility : NadekoModule
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var embed = msg.Embeds.FirstOrDefault();
|
if (!msg.Embeds.Any())
|
||||||
if (embed is null)
|
|
||||||
{
|
{
|
||||||
await ReplyErrorLocalizedAsync(strs.not_found);
|
await ReplyErrorLocalizedAsync(strs.not_found);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var json = SmartEmbedText.FromEmbed(embed, msg.Content).ToJson(_showEmbedSerializerOptions);
|
var json = new SmartEmbedTextArray()
|
||||||
await SendConfirmAsync(Format.Sanitize(json).Replace("](", "]\\("));
|
{
|
||||||
|
Content = msg.Content,
|
||||||
|
Embeds = msg.Embeds
|
||||||
|
.Map(x => new SmartEmbedArrayElementText(x))
|
||||||
|
}.ToJson(_showEmbedSerializerOptions);
|
||||||
|
|
||||||
|
await SendConfirmAsync(Format.Code(json, "json").Replace("](", "]\\("));
|
||||||
}
|
}
|
||||||
|
|
||||||
[Cmd]
|
[Cmd]
|
||||||
|
@@ -104,8 +104,7 @@ public sealed class GamblingTxTracker : ITxTracker, INService, IReadyExecutor
|
|||||||
public async Task<IReadOnlyCollection<GamblingStats>> GetAllAsync()
|
public async Task<IReadOnlyCollection<GamblingStats>> GetAllAsync()
|
||||||
{
|
{
|
||||||
await using var ctx = _db.GetDbContext();
|
await using var ctx = _db.GetDbContext();
|
||||||
return await ctx
|
return await ctx.Set<GamblingStats>()
|
||||||
.GetTable<GamblingStats>()
|
.ToListAsyncEF();
|
||||||
.ToListAsync();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -184,8 +184,11 @@ public sealed class BotCredsProvider : IBotCredsProvider
|
|||||||
var creds = Yaml.Deserializer.Deserialize<Creds>(File.ReadAllText(CREDS_FILE_NAME));
|
var creds = Yaml.Deserializer.Deserialize<Creds>(File.ReadAllText(CREDS_FILE_NAME));
|
||||||
if (creds.Version <= 5)
|
if (creds.Version <= 5)
|
||||||
{
|
{
|
||||||
creds.Version = 6;
|
|
||||||
creds.BotCache = BotCacheImplemenation.Redis;
|
creds.BotCache = BotCacheImplemenation.Redis;
|
||||||
|
}
|
||||||
|
if (creds.Version <= 6)
|
||||||
|
{
|
||||||
|
creds.Version = 7;
|
||||||
File.WriteAllText(CREDS_FILE_NAME, Yaml.Serializer.Serialize(creds));
|
File.WriteAllText(CREDS_FILE_NAME, Yaml.Serializer.Serialize(creds));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -7,7 +7,7 @@ namespace NadekoBot.Services;
|
|||||||
|
|
||||||
public sealed class StatsService : IStatsService, IReadyExecutor, INService
|
public sealed class StatsService : IStatsService, IReadyExecutor, INService
|
||||||
{
|
{
|
||||||
public const string BOT_VERSION = "4.3.11";
|
public const string BOT_VERSION = "4.3.15";
|
||||||
|
|
||||||
public string Author
|
public string Author
|
||||||
=> "Kwoth#2452";
|
=> "Kwoth#2452";
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# DO NOT CHANGE
|
# DO NOT CHANGE
|
||||||
version: 6
|
version: 7
|
||||||
# Bot token. Do not share with anyone ever -> https://discordapp.com/developers/applications/
|
# Bot token. Do not share with anyone ever -> https://discordapp.com/developers/applications/
|
||||||
token: ''
|
token: ''
|
||||||
# List of Ids of the users who have bot owner permissions
|
# List of Ids of the users who have bot owner permissions
|
||||||
@@ -56,6 +56,8 @@ patreon:
|
|||||||
botListToken: ''
|
botListToken: ''
|
||||||
# Official cleverbot api key.
|
# Official cleverbot api key.
|
||||||
cleverbotApiKey: ''
|
cleverbotApiKey: ''
|
||||||
|
# Official GPT-3 api key.
|
||||||
|
gpt3ApiKey: ''
|
||||||
# Which cache implementation should bot use.
|
# Which cache implementation should bot use.
|
||||||
# 'memory' - Cache will be in memory of the bot's process itself. Only use this on bots with a single shard. When the bot is restarted the cache is reset.
|
# 'memory' - Cache will be in memory of the bot's process itself. Only use this on bots with a single shard. When the bot is restarted the cache is reset.
|
||||||
# 'redis' - Uses redis (which needs to be separately downloaded and installed). The cache will persist through bot restarts. You can configure connection string in creds.yml
|
# 'redis' - Uses redis (which needs to be separately downloaded and installed). The cache will persist through bot restarts. You can configure connection string in creds.yml
|
||||||
|
@@ -664,8 +664,6 @@ avatar:
|
|||||||
- av
|
- av
|
||||||
hentai:
|
hentai:
|
||||||
- hentai
|
- hentai
|
||||||
nhentai:
|
|
||||||
- nhentai
|
|
||||||
danbooru:
|
danbooru:
|
||||||
- danbooru
|
- danbooru
|
||||||
derpibooru:
|
derpibooru:
|
||||||
@@ -807,6 +805,7 @@ hentaibomb:
|
|||||||
- hentaibomb
|
- hentaibomb
|
||||||
cleverbot:
|
cleverbot:
|
||||||
- cleverbot
|
- cleverbot
|
||||||
|
- chatgpt
|
||||||
shorten:
|
shorten:
|
||||||
- shorten
|
- shorten
|
||||||
wikia:
|
wikia:
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# DO NOT CHANGE
|
# DO NOT CHANGE
|
||||||
version: 1
|
version: 2
|
||||||
# Hangman related settings (.hangman command)
|
# Hangman related settings (.hangman command)
|
||||||
hangman:
|
hangman:
|
||||||
# The amount of currency awarded to the winner of a hangman game
|
# The amount of currency awarded to the winner of a hangman game
|
||||||
@@ -9,7 +9,7 @@ trivia:
|
|||||||
# The amount of currency awarded to the winner of the trivia game.
|
# The amount of currency awarded to the winner of the trivia game.
|
||||||
currencyReward: 0
|
currencyReward: 0
|
||||||
# Users won't be able to start trivia games which have
|
# Users won't be able to start trivia games which have
|
||||||
# a smaller win requirement than the one specified by this setting.
|
# a smaller win requirement than the one specified by this setting.
|
||||||
minimumWinReq: 1
|
minimumWinReq: 1
|
||||||
# List of responses for the .8ball command. A random one will be selected every time
|
# List of responses for the .8ball command. A random one will be selected every time
|
||||||
eightBallResponses:
|
eightBallResponses:
|
||||||
@@ -54,3 +54,17 @@ raceAnimals:
|
|||||||
name: Crab
|
name: Crab
|
||||||
- icon: "🦄"
|
- icon: "🦄"
|
||||||
name: Unicorn
|
name: Unicorn
|
||||||
|
# Which chatbot API should bot use.
|
||||||
|
# 'cleverbot' - bot will use Cleverbot API.
|
||||||
|
# 'gpt3' - bot will use GPT-3 API
|
||||||
|
chatBot: gpt3
|
||||||
|
|
||||||
|
chatGpt:
|
||||||
|
# Which GPT-3 Model should bot use.
|
||||||
|
# 'ada001' - cheapest and fastest
|
||||||
|
# 'babbage001' - 2nd option
|
||||||
|
# 'curie001' - 3rd option
|
||||||
|
# 'davinci003' - Most expensive, slowest
|
||||||
|
model: davinci003
|
||||||
|
# The maximum number of tokens to use per GPT-3 API call
|
||||||
|
maxTokens: 100
|
||||||
|
@@ -18,7 +18,7 @@ imgSearchEngine: Google
|
|||||||
# - `ytdlp` - recommended easy, uses `yt-dlp`. Requires `yt-dlp` to be installed and it's path added to env variables
|
# - `ytdlp` - recommended easy, uses `yt-dlp`. Requires `yt-dlp` to be installed and it's path added to env variables
|
||||||
#
|
#
|
||||||
# - `invidious` - recommended advanced, uses invidious api. Requires at least one invidious instance specified in the `invidiousInstances` property
|
# - `invidious` - recommended advanced, uses invidious api. Requires at least one invidious instance specified in the `invidiousInstances` property
|
||||||
ytProvider: Ytdl
|
ytProvider: Ytdlp
|
||||||
# Set the searx instance urls in case you want to use 'searx' for either img or web search.
|
# Set the searx instance urls in case you want to use 'searx' for either img or web search.
|
||||||
# Nadeko will use a random one for each request.
|
# Nadeko will use a random one for each request.
|
||||||
# Use a fully qualified url. Example: `https://my-searx-instance.mydomain.com`
|
# Use a fully qualified url. Example: `https://my-searx-instance.mydomain.com`
|
||||||
|
@@ -1117,11 +1117,6 @@ hentai:
|
|||||||
desc: "Shows a hentai image from a random website (gelbooru, danbooru, konachan or yandere) with a given tag. Tag(s) are optional but preferred. Maximum is usually 2 tags. Only 1 tag allowed."
|
desc: "Shows a hentai image from a random website (gelbooru, danbooru, konachan or yandere) with a given tag. Tag(s) are optional but preferred. Maximum is usually 2 tags. Only 1 tag allowed."
|
||||||
args:
|
args:
|
||||||
- "yuri"
|
- "yuri"
|
||||||
nhentai:
|
|
||||||
desc: "Shows basic information about a hentai with the specified id, or a valid nhentai search query."
|
|
||||||
args:
|
|
||||||
- "273426"
|
|
||||||
- "cute girl"
|
|
||||||
autohentai:
|
autohentai:
|
||||||
desc: "Posts a hentai every X seconds with a random tag from the provided tags. Use `|` to separate tag groups. Random group will be chosen every time the image is sent. Max 2 tags per group. 20 seconds minimum. Provide no parameters to disable."
|
desc: "Posts a hentai every X seconds with a random tag from the provided tags. Use `|` to separate tag groups. Random group will be chosen every time the image is sent. Max 2 tags per group. 20 seconds minimum. Provide no parameters to disable."
|
||||||
args:
|
args:
|
||||||
@@ -1377,7 +1372,7 @@ listservers:
|
|||||||
args:
|
args:
|
||||||
- "3"
|
- "3"
|
||||||
cleverbot:
|
cleverbot:
|
||||||
desc: "Toggles cleverbot session. When enabled, the bot will reply to messages starting with bot mention in the server. Expressions starting with %bot.mention% won't work if cleverbot is enabled."
|
desc: "Toggles cleverbot/chatgpt session. When enabled, the bot will reply to messages starting with bot mention in the server. Expressions starting with %bot.mention% won't work if cleverbot/chatgpt is enabled."
|
||||||
args:
|
args:
|
||||||
- ""
|
- ""
|
||||||
shorten:
|
shorten:
|
||||||
@@ -1564,7 +1559,7 @@ timezones:
|
|||||||
args:
|
args:
|
||||||
- ""
|
- ""
|
||||||
timezone:
|
timezone:
|
||||||
desc: "Sets this guilds timezone. This affects bot's time output in this server (logs, etc..)"
|
desc: "Sets this guilds timezone. This affects bot's time output in this server (logs, etc..) **Setting timezone requires Administrator server permission.**"
|
||||||
args:
|
args:
|
||||||
- ""
|
- ""
|
||||||
- "GMT Standard Time"
|
- "GMT Standard Time"
|
||||||
|
@@ -237,20 +237,25 @@ namespace Ayu.Discord.Voice
|
|||||||
_udpEp = new(IPAddress.Parse(ready.Ip), ready.Port);
|
_udpEp = new(IPAddress.Parse(ready.Ip), ready.Port);
|
||||||
|
|
||||||
var ssrcBytes = BitConverter.GetBytes(Ssrc);
|
var ssrcBytes = BitConverter.GetBytes(Ssrc);
|
||||||
var ipDiscoveryData = new byte[70];
|
Array.Reverse(ssrcBytes);
|
||||||
Buffer.BlockCopy(ssrcBytes, 0, ipDiscoveryData, 0, ssrcBytes.Length);
|
var ipDiscoveryData = new byte[74];
|
||||||
|
Buffer.BlockCopy(ssrcBytes, 0, ipDiscoveryData, 4, ssrcBytes.Length);
|
||||||
|
ipDiscoveryData[0] = 0x00;
|
||||||
|
ipDiscoveryData[1] = 0x01;
|
||||||
|
ipDiscoveryData[2] = 0x00;
|
||||||
|
ipDiscoveryData[3] = 0x46;
|
||||||
await _udpClient.SendAsync(ipDiscoveryData, ipDiscoveryData.Length, _udpEp);
|
await _udpClient.SendAsync(ipDiscoveryData, ipDiscoveryData.Length, _udpEp);
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
var buffer = _udpClient.Receive(ref _udpEp);
|
var buffer = _udpClient.Receive(ref _udpEp);
|
||||||
|
|
||||||
if (buffer.Length == 70)
|
if (buffer.Length == 74)
|
||||||
{
|
{
|
||||||
//Log.Information("Received IP discovery data.");
|
//Log.Information("Received IP discovery data.");
|
||||||
|
|
||||||
var myIp = Encoding.UTF8.GetString(buffer, 4, buffer.Length - 8);
|
var myIp = Encoding.UTF8.GetString(buffer, 8, buffer.Length - 10);
|
||||||
MyIp = myIp.TrimEnd('\0');
|
MyIp = myIp.TrimEnd('\0');
|
||||||
MyPort = BitConverter.ToUInt16(buffer, buffer.Length - 2);
|
MyPort = (ushort)((buffer[^2] << 8) | buffer[^1]);
|
||||||
|
|
||||||
//Log.Information("{MyIp}:{MyPort}", MyIp, MyPort);
|
//Log.Information("{MyIp}:{MyPort}", MyIp, MyPort);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user