Skip to content

Commit

Permalink
Rename module to logical one
Browse files Browse the repository at this point in the history
Signed-off-by: starry69 <starry369126@outlook.com>
  • Loading branch information
starry-shivam committed Jul 4, 2020
1 parent 3d96226 commit 57270e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: python3 -m starrybot
web: python3 -m wallsbot
8 changes: 3 additions & 5 deletions strings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) - 2020 Starry69 // @starryboi
#
# This file is part of WallsBot
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2020 Stɑrry Shivɑm
#
# WallsBot is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand All @@ -11,7 +11,6 @@
# you may not use this file except in compliance with the License.



START_MSG = """Hello there! my name is <b>{}</b>.
I'm here to give you some cool high definition stock Images.
Click: /help to get list of commands!"""
Expand Down Expand Up @@ -59,4 +58,3 @@
NO_ARGS = "Please enter some keywords!"

NOT_FOUND = "Sorry, couldn't find any matching results for the query!"

6 changes: 3 additions & 3 deletions starrybot.py → wallsbot.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) - 2020 Starry69 // @starryboi
#
# This file is part of WallsBot
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2020 Stɑrry Shivɑm
#
# WallsBot is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down

0 comments on commit 57270e4

Please sign in to comment.