update eslint config, license stuff, remove faq

pull/26/head
dperolio 3 years ago
parent 935c0a229e
commit 80c6327d8b
No known key found for this signature in database
GPG Key ID: 3E9BBAA710D3DDCE

@ -252,6 +252,7 @@
"settings": {
"jsdoc": {
"preferredTypes": {
"object": "Object",
"key": "key",
"value": "value",
@ -292,7 +293,6 @@
"hack": "hack",
"i18n": "i18n",
"note": "note",
"powercord": "powercord",
"todo": "todo",
"warning": "warning"
}

@ -1,35 +0,0 @@
# Frequently Asked Questions
Below you will find some frequently asked questions about various aspects of the Vizality project.
## Table of Contents
* [Vizality](#user-content-vizality)
* [Will there ever be a mobile (Android/iOS) version of Vizality?](#user-content-will-there-ever-be-a-mobile-androidios-version-of-vizality)
* [Is Vizality compatible with other client mod plugins?](#user-content-is-vizality-compatible-with-other-client-mod-plugins)
* [Development](#user-content-development)
* [Why is it slow when checking a source in Dev Tools?](#user-content-why-is-it-slow-when-checking-a-source-in-dev-tools)
* [Server](#user-content-server)
* [How do I report another member for inappropriate behavior?](#user-content-how-do-i-report-another-member-for-inappropriate-behavior)
## Vizality
#### **Will there ever be a mobile (Android/iOS) version of Vizality?**
No, the mobile versions of Discord work completely differently and are not compatible with Vizality and no separate entity will be worked on.
#### **Is Vizality compatible with other client mod plugins?**
No, Vizality is not directly compatible with other client mod plugins. Although someone could possibly make a plugin for it. We are planning on porting over or recreating popular plugins or plugins by request, however.
## Development
#### **Why is it slow when checking a source in Dev Tools?**
This seems to be a weird bug. Open Dev Tools Settings (F1), go to the Experiments tab and enable "Automatically pretty print in the Sources Panel" and sources will now load much faster in Dev Tools.
## Server
#### **How do I report another member for inappropriate behavior?**
Use the report command in the form of `!report <@user> <reason>`. If you want to include a screenshot, that's even more helpful. Just attach it to the command message.

@ -1,4 +1,4 @@
# GNU GENERAL PUBLIC LICENSE
# GNU General Public License
Version 3, 29 June 2007

@ -1,7 +1,7 @@
Vizality
=====================
Copyright (c) 2020 Dustin Perolio
Copyright (c) 2020-2021 Dustin Perolio
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

Loading…
Cancel
Save