mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 02:17:03 -04:00
Better authors field (#18)
This commit is contained in:
parent
3e64054283
commit
ef353f1d66
22 changed files with 71 additions and 26 deletions
|
@ -3,7 +3,10 @@ import definePlugin from "../utils/types";
|
|||
export default definePlugin({
|
||||
name: "BANger",
|
||||
description: "Replaces the GIF in the ban dialogue with a custom one.",
|
||||
author: "Xinto",
|
||||
authors: [{
|
||||
name: "Xinto",
|
||||
id: 423915768191647755n
|
||||
}],
|
||||
patches: [
|
||||
{
|
||||
find: "BanConfirm",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue