aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/keepCurrentChannel.ts
diff options
context:
space:
mode:
authorNuckyz <61953774+Nuckyz@users.noreply.github.com>2022-12-03 22:16:47 -0300
committerGitHub <noreply@github.com>2022-12-04 02:16:47 +0100
commit53d0a555618bd3f67aca281284b62a3d20080fe6 (patch)
tree018b77fb9d9776612ecfa4b82f05aa9481769621 /src/plugins/keepCurrentChannel.ts
parent25ef5d60b41de832844e8082d7dfc980870f51d1 (diff)
downloadVencord-53d0a555618bd3f67aca281284b62a3d20080fe6.tar.gz
Vencord-53d0a555618bd3f67aca281284b62a3d20080fe6.tar.bz2
Vencord-53d0a555618bd3f67aca281284b62a3d20080fe6.zip
refactor(IgnoreActivities): Use React Components and support Embedded Activities (#282)
Diffstat (limited to 'src/plugins/keepCurrentChannel.ts')
-rw-r--r--src/plugins/keepCurrentChannel.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/keepCurrentChannel.ts b/src/plugins/keepCurrentChannel.ts
index 0d7147c..e553b93 100644
--- a/src/plugins/keepCurrentChannel.ts
+++ b/src/plugins/keepCurrentChannel.ts
@@ -40,7 +40,7 @@ interface PreviousChannel {
export default definePlugin({
name: "KeepCurrentChannel",
- description: "Attempt to navigate the channel you were in before switching accounts or loading Discord.",
+ description: "Attempt to navigate to the channel you were in before switching accounts or loading Discord.",
authors: [Devs.Nuckyz],
isSwitchingAccount: false,