clean: use camel case for class file
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import {Message} from "./message.js";
|
||||
import {Message} from "./Message.js";
|
||||
|
||||
class Channel {
|
||||
constructor(client, channel_id, members_id, messages, reload) {
|
@ -1,4 +1,4 @@
|
||||
import {Channel} from "./channel.js";
|
||||
import {Channel} from "./Channel.js";
|
||||
|
||||
class Channels {
|
||||
constructor(client) {
|
Reference in New Issue
Block a user