Brandon
Brandon
Are there any updates on this issue? Ran into the same problem.
I was actually curious about this and figured it out myself. If you like I can give the code for it with some examples of commands, etc.
Here are some snippets. My chat log formatting is a bit different however you can change it. Added 2 functions, 1 for giving all your items of a specific game...
If I get some extra time on my hands I will go ahead and fork the repo and work on some docs for it.
So, either by using `db.item.drop()` or by adding a _id field? ``` // Item Table? const awpAsiimov = new Item({ _id: 1, name: 'AWP | Asiimov (Field-Tested)', price: 27.75 });...
Changed is to use a easily accessible plugin/module instead of MDB.
> Short version: I'm trying but have kinda split myself up too thinly so everything is running super slow. I've actually taken the liberty to start ripping out the guts...
> There's C# v3 examples in the dev guide: https://buttplug-developer-guide.docs.buttplug.io/docs/dev-guide/writing-buttplug-applications/intro I meant developer api docs (along the lines of what Discord.JS doc's provide) Ref: https://discord.js.org/#/docs/discord.js/main/general/welcome > The IL2CPP workaround should...