mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
[PCCompat] Use powercord import instead of window global
This commit is contained in:
parent
ac3778e574
commit
d94d7bfc42
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
// Also set Powercord global var stuff here since entities import is needed to use Plugin (which every PC plugin uses)
|
||||
|
||||
window.powercord = {
|
||||
export const powercord = {
|
||||
api: {
|
||||
commands: {
|
||||
registerCommand: ({ command, alias, description, usage, executor }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue