aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/moreCommands.ts
diff options
context:
space:
mode:
authorBerlin <39058370+somerandomcloud@users.noreply.github.com>2022-10-23 16:33:28 +0200
committerGitHub <noreply@github.com>2022-10-23 16:33:28 +0200
commitff9d904fcb4d625fea82b9954626dec6fc1a939d (patch)
tree762fe87a00613ace1b60dcbbb1c0cb2471cc2ac3 /src/plugins/moreCommands.ts
parent50c0d472d7f75e22a6097ef03a7d71129a5f3f96 (diff)
downloadVencord-ff9d904fcb4d625fea82b9954626dec6fc1a939d.tar.gz
Vencord-ff9d904fcb4d625fea82b9954626dec6fc1a939d.tar.bz2
Vencord-ff9d904fcb4d625fea82b9954626dec6fc1a939d.zip
Update license headers in files created by Samu (#149)
Diffstat (limited to 'src/plugins/moreCommands.ts')
-rw-r--r--src/plugins/moreCommands.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/moreCommands.ts b/src/plugins/moreCommands.ts
index a58993d..074e715 100644
--- a/src/plugins/moreCommands.ts
+++ b/src/plugins/moreCommands.ts
@@ -1,6 +1,6 @@
/*
* Vencord, a modification for Discord's desktop app
- * Copyright (c) 2022 Vendicated and contributors
+ * Copyright (c) 2022 Vendicated, Samu and contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-import { ApplicationCommandInputType, findOption, OptionalMessageOption, RequiredMessageOption,sendBotMessage } from "../api/Commands";
+import { ApplicationCommandInputType, findOption, OptionalMessageOption, RequiredMessageOption, sendBotMessage } from "../api/Commands";
import { Devs } from "../utils/constants";
import definePlugin from "../utils/types";