Add (initial): futurewalker code
This commit is contained in:
@@ -31,3 +31,19 @@ function get_exponential_posts_gen_by_day($day, $period_days = 45)
|
||||
return $value;
|
||||
}
|
||||
}
|
||||
|
||||
if (! function_exists('get_notification_channel')) {
|
||||
|
||||
function get_notification_channel()
|
||||
{
|
||||
return 'telegram';
|
||||
}
|
||||
}
|
||||
|
||||
if (! function_exists('get_notification_user_id')) {
|
||||
|
||||
function get_notification_user_id()
|
||||
{
|
||||
return '629991336';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user