From 57270e44e65a3ae8c96471bfaa29e3eb471ef2e4 Mon Sep 17 00:00:00 2001 From: starry69 Date: Sat, 4 Jul 2020 17:02:38 +0530 Subject: [PATCH] Rename module to logical one Signed-off-by: starry69 --- Procfile | 2 +- strings.py | 8 +++----- starrybot.py => wallsbot.py | 6 +++--- 3 files changed, 7 insertions(+), 9 deletions(-) rename starrybot.py => wallsbot.py (99%) diff --git a/Procfile b/Procfile index 32dc53b..29ed4b1 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python3 -m starrybot +web: python3 -m wallsbot diff --git a/strings.py b/strings.py index 00e262d..0bd5a39 100644 --- a/strings.py +++ b/strings.py @@ -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 @@ -11,7 +11,6 @@ # you may not use this file except in compliance with the License. - START_MSG = """Hello there! my name is {}. I'm here to give you some cool high definition stock Images. Click: /help to get list of commands!""" @@ -59,4 +58,3 @@ NO_ARGS = "Please enter some keywords!" NOT_FOUND = "Sorry, couldn't find any matching results for the query!" - diff --git a/starrybot.py b/wallsbot.py similarity index 99% rename from starrybot.py rename to wallsbot.py index 5fb903b..aaa79d5 100644 --- a/starrybot.py +++ b/wallsbot.py @@ -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