File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graim" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.1.3 " ,
4
4
"author" : " luphoria" ,
5
5
"license" : " Apache-2.0" ,
6
6
"description" : " matrix <=> discord moderation with the power of matrix-appservice-discord" ,
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ export async function runLockCommand(
44
44
}
45
45
46
46
channel = db . rooms [ room ] || null ;
47
+ console . log ( channel ) ;
48
+ console . log ( room ) ;
47
49
let error = false ;
48
50
49
51
let power_levels = await client
Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ export async function runUnlockCommand(
41
41
room = ( await client . resolveRoom ( cmd [ 1 ] ) ) || null ;
42
42
}
43
43
}
44
-
44
+ channel = db . rooms [ room ] || null ;
45
+ console . log ( channel ) ;
46
+ console . log ( room ) ;
45
47
let error = false ;
46
48
47
49
let power_levels = await client
You can’t perform that action at this time.
0 commit comments