Put expressions with the actions, where it belongs
This commit is contained in:
		
							parent
							
								
									c3dc3c89b5
								
							
						
					
					
						commit
						0ab81d3d88
					
				
					 2 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
					@ -13,8 +13,8 @@ const api = sync.require("../../matrix/api")
 | 
				
			||||||
const file = sync.require("../../matrix/file")
 | 
					const file = sync.require("../../matrix/file")
 | 
				
			||||||
/** @type {import("./create-room")} */
 | 
					/** @type {import("./create-room")} */
 | 
				
			||||||
const createRoom = sync.require("./create-room")
 | 
					const createRoom = sync.require("./create-room")
 | 
				
			||||||
/** @type {import("../converters/expression")} */
 | 
					/** @type {import("./expression")} */
 | 
				
			||||||
const expression = sync.require("../converters/expression")
 | 
					const expression = sync.require("./expression")
 | 
				
			||||||
/** @type {import("../../matrix/kstate")} */
 | 
					/** @type {import("../../matrix/kstate")} */
 | 
				
			||||||
const ks = sync.require("../../matrix/kstate")
 | 
					const ks = sync.require("../../matrix/kstate")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,10 +1,9 @@
 | 
				
			||||||
// @ts-check
 | 
					// @ts-check
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const assert = require("assert").strict
 | 
					 | 
				
			||||||
const DiscordTypes = require("discord-api-types/v10")
 | 
					const DiscordTypes = require("discord-api-types/v10")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const passthrough = require("../../passthrough")
 | 
					const passthrough = require("../../passthrough")
 | 
				
			||||||
const {discord, sync, db, select} = passthrough
 | 
					const {sync, db} = passthrough
 | 
				
			||||||
/** @type {import("../../matrix/file")} */
 | 
					/** @type {import("../../matrix/file")} */
 | 
				
			||||||
const file = sync.require("../../matrix/file")
 | 
					const file = sync.require("../../matrix/file")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue