This repository has been archived on 2023-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
discord-bot-shtik/DiscordInterface/Models/Attachment.cs

4 lines
112 B
C#
Raw Normal View History

2023-06-01 00:01:28 -04:00
namespace vassago.DiscordInterface.Models;
using vassago.Models;
public class DiscordAttachment : Attachment {}