mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Add proper credit to MentionUtils
This commit is contained in:
parent
9b6f79a508
commit
86b6a90b1c
1 changed files with 3 additions and 1 deletions
|
|
@ -1,9 +1,11 @@
|
|||
using System;
|
||||
using System.Globalization;
|
||||
using System.Text;
|
||||
|
||||
namespace PluralKit.Bot.Utils
|
||||
{
|
||||
// PK note: class is wholesale copied from Discord.NET (MIT-licensed)
|
||||
// https://github.com/discord-net/Discord.Net/blob/ff0fea98a65d907fbce07856f1a9ef4aebb9108b/src/Discord.Net.Core/Utils/MentionUtils.cs
|
||||
|
||||
/// <summary>
|
||||
/// Provides a series of helper methods for parsing mentions.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue