mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-29 08:24:26 -04:00
Make devs one line
This commit is contained in:
parent
fc1e999818
commit
eea64b4f33
1 changed files with 1 additions and 4 deletions
|
@ -64,10 +64,7 @@ const settings = definePluginSettings({
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "GoogleThat",
|
name: "GoogleThat",
|
||||||
description: "Adds a command to send a internet search link",
|
description: "Adds a command to send a internet search link",
|
||||||
authors: [
|
authors: [ Devs.Samwich, EquicordDevs.KrystalSkull, ],
|
||||||
Devs.Samwich,
|
|
||||||
EquicordDevs.KrystalSkull,
|
|
||||||
],
|
|
||||||
tags: ["search", "google", "query", "duckduckgo", "command"],
|
tags: ["search", "google", "query", "duckduckgo", "command"],
|
||||||
settings,
|
settings,
|
||||||
commands: [
|
commands: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue