MCPcopy Create free account
hub / github.com/esmBot/esmBot / removeTag

Method removeTag

src/database/sqlite.ts:207–209  ·  view source on GitHub ↗
(name: string, guild: string)

Source from the content-addressed store, hash-verified

205 }
206
207 async removeTag(name: string, guild: string) {
208 this.connection.prepare("DELETE FROM tags WHERE guild_id = ? AND name = ?").run(guild, name);
209 }
210
211 async editTag(tag: Tag, guild: string) {
212 this.connection

Callers 1

runMethod · 0.45

Calls 1

runMethod · 0.45

Tested by

no test coverage detected