Skip to content

Commit

Permalink
rip
Browse files Browse the repository at this point in the history
  • Loading branch information
LaineZ committed Dec 30, 2023
1 parent 9fe0ae3 commit 48c0dbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fs24bot3/Commands/NetstalkingCommandsModule.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
using fs24bot3.Helpers;
using fs24bot3.Models;
using fs24bot3.QmmandsProcessors;
using HtmlAgilityPack;
using Newtonsoft.Json;
using Qmmands;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
Expand All @@ -22,8 +24,6 @@ public sealed class NetstalkingCommandsModule : ModuleBase<CommandProcessor.Cust
"https://searx.roflcopter.fr/",
"https://searx.ru/",
"https://searx.tuxcloud.net/",
"https://searx.tyil.nl/",
"https://searx.win/",
"https://searx.xyz/",
"https://searx.zapashcanon.fr/",
"https://searxng.nicfab.eu/",
Expand All @@ -35,7 +35,7 @@ public sealed class NetstalkingCommandsModule : ModuleBase<CommandProcessor.Cust

public CommandService Service { get; set; }

[Command("sx", "searx", "ms")]
[Command("sx", "searx")]
[Description("SearX - Еще один инструмент нетсталкинга")]
public async Task SearxSearch([Remainder] string query)
{
Expand Down

0 comments on commit 48c0dbc

Please sign in to comment.