We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc0050 commit d524de8Copy full SHA for d524de8
1 file changed
src/plugins/_api/commands.ts
@@ -26,15 +26,15 @@ export default definePlugin({
26
patches: [
27
// obtain BUILT_IN_COMMANDS instance
28
{
29
- find: ',"tenor"',
+ find: ',"tableflip","unflip"',
30
replacement: [
31
32
// Matches BUILT_IN_COMMANDS. This is not exported so this is
33
// the only way. _init() just returns the same object to make the
34
// patch simpler
35
36
// textCommands = builtInCommands.filter(...)
37
- match: /(?<=\w=)(\w)(\.filter\(.{0,60}tenor)/,
+ match: /(?<=\w=)(\w)(\.filter\(.{0,60}tableflip)/,
38
replace: "Vencord.Api.Commands._init($1)$2",
39
}
40
],
0 commit comments