Skip to content

Commit 4f9ddad

Browse files
committed
rename
1 parent 5d1a24e commit 4f9ddad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/line/bot/event/member_leave.rb renamed to lib/line/bot/event/member_joined.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module Line
1616
module Bot
1717
module Event
18-
class MemberLeave < Base
18+
class MemberJoined < Base
1919
end
2020
end
2121
end

lib/line/bot/event/member_join.rb renamed to lib/line/bot/event/member_left.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module Line
1616
module Bot
1717
module Event
18-
class MemberJoin < Base
18+
class MemberLeft < Base
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)